Not sure of the full context of your question, but you'll probably want to take a look at the Axis options to support this. Specifically the "setExtremes", "setMin" and "setMax" methods are likely a good starting point:
Note that "setExtremes" can also be called after the chart is rendered, so you change the time range dynamically on the fly and the chart will .
If you're dealing with time ranges, make sure to consider setting the X axis type to "Axis.Type.DATE_TIME", and check out the formatting options for controlling the way the labels are displayed. E.g.
How do i set the time range ? I want to display 1 day or 1 week of data visible on highChart.
Data can be irregular intervals within the range of say 1-5 seconds.
Not sure of the full context of your question, but you'll probably want to take a look at the Axis options to support this. Specifically the "setExtremes", "setMin" and "setMax" methods are likely a good starting point:
http://www.moxiegroup.com/moxieapps/gwt-highcharts/apidocs/org/moxieapps/gwt/highcharts/client/Axis.html
Note that "setExtremes" can also be called after the chart is rendered, so you change the time range dynamically on the fly and the chart will .
If you're dealing with time ranges, make sure to consider setting the X axis type to "Axis.Type.DATE_TIME", and check out the formatting options for controlling the way the labels are displayed. E.g.
http://www.moxiegroup.com/moxieapps/gwt-highcharts/apidocs/org/moxieapps/gwt/highcharts/client/DateTimeLabelFormats.html
Example here:
http://www.moxiegroup.com/moxieapps/gwt-highcharts/showcase/#line-spline-irregular