FAQ
For basic usage, Highcharts does not refer to any files outside the Highcharts library, though there are some cases that you should be aware of. The expor...
Mon, 1 Jul, 2019 at 10:48 AM
To support browsers older than IE9, some polyfills are needed. See the System Requirements article for details. The most common reason why a chart works...
Mon, 1 Jul, 2019 at 10:55 AM
We offer JavaScript-based visualization libraries that can visualize arbitrary datasets on web-pages. We do not offer any ready-made data adapters to conne...
Fri, 15 May, 2020 at 8:46 PM
Such situations occur when axis' labels have a property called useHTML set to true. In a nutshell, the reason for labels display like that is because HT...
Mon, 1 Jul, 2019 at 11:01 AM
When working with series with a high number of data points, there are a few things to consider. First of all, consider using the Boost module. Otherwi...
Fri, 15 May, 2020 at 10:53 PM
Currently this is not implemented in the core, but there are a couple of paths you can take to achieve this. Use our hack for exporting multiple charts. ...
Mon, 1 Jul, 2019 at 11:07 AM
A data table can be added to the chart by using the export-data module and a simple option, exporting.showTable. This table does not support exporting to SV...
Mon, 1 Jul, 2019 at 11:12 AM
If you're using German umlauts, Scandinavian vowels, or non-European alphabets, you need to use UTF-8 encoding for your files. There are two ways of doi...
Mon, 1 Jul, 2019 at 11:14 AM
To make them visible, you must use the exporting.allowHTML option. Setting it to true allows HTML inside the chart, directly in the exported image. Exam...
Mon, 1 Jul, 2019 at 11:15 AM
Yes, it is possible by making small changes and additions to the code. See our official demo of synchronized charts.
Fri, 24 Feb, 2023 at 5:47 PM