FAQ

How are ticks calculated in the Highcharts chart?
There are numerous options that define the ticks that are displayed on the axis. Most of the properties have some default values, which can be overwritten, ...
Thu, 24 Mar, 2022 at 2:22 PM
How to display custom point properties in the tooltip?
The easiest way to display a custom property declared for the point is to use the tooltip pointFormat. Inside that property, you can decide which value from...
Thu, 24 Mar, 2022 at 2:28 PM
How to show a tooltip over a plotBand?
Plot band does not have tooltip functionality by default, but it can be rendered quite easily using the Highcharts SVG Renderer tool. In the chart.events.l...
Thu, 24 Mar, 2022 at 2:32 PM
How to create a fully custom HTML legend?
Styling and customizing Highcharts built-in legend is limited. In some cases, you’d like to create your own custom HTML legend.  Here’s a jsFiddle showing a...
Thu, 24 Mar, 2022 at 2:36 PM
Minimalist chart
Charts are powerful analysis tools, which throughout many available series, options and elements help evaluate and measure highly complex data. However, the...
Thu, 24 Mar, 2022 at 2:45 PM
Is Highcharts Stock available in IOS?
Highcharts Stock is not available in our official IOS wrapper at this moment. You can find more information about our official and community wrappers he...
Thu, 24 Mar, 2022 at 2:46 PM
How to show a tooltip for legend?
Do you want to show a simple tooltip when hovering over the legend item? This can be done in several ways: Add a title HTML attribute: When you want to...
Tue, 29 Mar, 2022 at 1:27 PM