Welcome to the Highcharts JS (highcharts) Options Reference

These pages outline the chart configuration options, and the methods and properties of Highcharts objects.

Feel free to search this API through the search bar or the navigation tree in the sidebar.

chart.style

Additional CSS styles to apply inline to the container div and the root SVG.

According to the CSS syntax documentation, it is recommended to quote font family names that contain white space, digits, or punctuation characters other than hyphens. In such cases, wrap the fontFamily name as follows: fontFamily: '"Font name"'.

Since v11, the root font size is 1rem by default, and all child element are given a relative em font size by default. This allows implementers to control all the chart's font sizes by only setting the root level.