time property

HighchartsTimeOptions? time
getter/setter pair

Time options that can apply globally or to individual charts. These settings affect how datetime axes are laid out, how tooltips are formatted, how series pointIntervalUnit works and how the Highcharts Stock range selector handles time.

The common use case is that all charts in the same Highcharts object share the same time settings, in which case the global settings are set using setOptions.

Since v6.0.5, the time options were moved from the global object to the time object, and time options can be set on each individual chart.

API Docs: https://api.highcharts.com/highcharts/time

Implementation

HighchartsTimeOptions? time;