styledMode property

bool? styledMode
getter/setter pair

Whether to apply styled mode. When in styled mode, no presentational attributes or CSS are applied to the chart SVG. Instead, CSS rules are required to style the chart. The default style sheet is available from https://code.highcharts.com/css/highcharts.css.

Read more in the docs on what classes and variables are available.

API Docs: https://api.highcharts.com/highcharts/chart.styledMode

Implementation

bool? styledMode;