Welcome to the Highcharts Stock JS (highstock) 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.

plotOptions.candlestick.dataGrouping.groupAll

By default only points within the visible range are grouped. Enabling this option will force data grouping to calculate all grouped points for a given dataset. That option prevents for example a column series from calculating a grouped point partially. The effect is similar to Series.getExtremesFromAll but does not affect yAxis extremes.