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.
Defines if comparison should start from the first point within the visible range or should start from the last point before the range.
In other words, this flag determines if first point within the visible range
will have 0% (compareStart=true
) or should have been already calculated
according to the previous point (compareStart=false
).