score:1
since the timerange (of 3 hours) is ok, i'll take a wild guess and say it's the timezone. but as jamwaffles says: without code, we can do nothing but wild guesses.
by the way: what is "15 pm"? i guess you are talking about the timeranges 1200 - 1500 and 0900-1200 or 12 pm - 3 pm and 9 am - 12 pm
score:1
just to clarify, this was a tz issue as fildor mentioned. if you want the values to be in utc, you should specify the following in the options:
highcharts.setoptions({
global: {
useutc: false
}
});
as mentioned here:
receiving incorrect datetimes when using milliseconds for x-axis?
Source: stackoverflow.com
Related Query
- High charts – how to show axis as time
- X-axis doesn't show correct time
- Show ticks on x axis in local time with highcharts api
- cannot show right time axis in machine start and stop stacked bar chart
- In the following code i want to show the WHOLE names on x axis nd dont want them to overlap with the legend
- Show only time labels on xAxis. Highcharts
- How to show all values at datetime axis in highcharts?
- How to show only specific x-axis values on datetime axis in Highcharts
- Highchart: Only show one series at a time
- Show some specefic number on gauge highcharts axis labels
- Making y axis of highcharts in time format hh:mm
- Highcharts show plot value on x axis label
- How do you show grid lines for both x axis and y axis in highchart?
- Show Gridline on Y axis for 0 point only
- HighCharts - Show categories in x axis intead of the value of x in Bubble Chart
- Highcharts stacked column stackLabels do not show when axis is reversed
- How To Show All Data Labels For Datetime Axis In Highcharts
- Highchart / Highstock stack column chart show one series's tooltip at a time
- Highcharts : show time with 30 second interval
- not able ot show date in x axis in highcharts
- Fourth y axis does not show labels in Highcharts
- Highcharts date time axis
- Highcharts: Series with plotlines. Show only one series at a time
- Highcharts datetime axis overlap with a long time series
- Highstock chart doesn't show correct width in Phonegap app
- how to plot multiple time series in the same graph with customized x axis
- Highcharts show days of month dates in X axis (from JSON file). tickInterval: not work?
- How to show axis labels in Sparkline charts?
- how to show column and area charts with different y axis with same category and same x axis in highcharts
- How to show only one pair of linked Highcharts series at a time
More Query from same tag
- How to de-couple and do dependency injection with highcharts-ng
- Events for HighCharts - MouseOver/MouseOut
- How to make a square chart?
- How to disable or remove the default HighChart loading message?
- How to remove the decimal .00 from the default highcharts configuration?
- Vertical line within bars of a stacked bar chart using recharts or highcharts
- Only changing series that are visible in Highcharts.js
- highchart print chart/chart context menu un-clickable
- Click event on Highstock / Highchart plot
- Why isn't my highcharts chart getting reset/destroyed properly?
- Highcharts: Generate chart from tables having linked data
- Stacking Highcharts data in an xrange data series
- Highcharts spline chart, display summed by week, month?
- Take snapshot of HighChart with render.text.css
- Showing a value as DataLabel in HighCharts
- HighMaps Undefined ZoomTo()
- How can I make some events are clickable or others not in Timeline Highchart?
- Draggable crosshair in Highcharts
- Dynamically adjust Y axis min/max based on ajax update and data points in Highcharts
- Skipping weekends with Highcharts Gantt
- Angular - Errors when filling a Highcharts network graph with an array
- Highchart Rectangle Border Radius
- Prevent redraw of highchart when fetching data using ajax call
- Highchairs how to prepend HTML to legend
- How to use this highchart map in reactJS
- Highcharts tooltip for all series
- HighCharts not working on Safari but works fine on Firefox and Chrome
- How to combine highcharts (heatmap) and table (mapping each table row with heatmap row)?
- highchart funnel horizontal
- How to draw single-line graph, using highcharts