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.

exporting.csv.itemDelimiter

The item delimiter in the exported data. Use ; for direct exporting to Excel. Defaults to a best guess based on the browser locale. If the locale decimal point is ,, the itemDelimiter defaults to ;, otherwise the itemDelimiter defaults to ,.