score:2
Accepted answer
this might be a time zone issue
highcharts by default assumes timestamps are supplied in UTC
you may try to using
Highcharts.setOptions({
global: {
useUTC: false
}
});
this would make highcharts display data in your browsers timezone
Source: stackoverflow.com
Related Query
- x Axis Labels are cut off from Highcharts Column Chart
- Highcharts 24 hours displayed on x axis
- Highcharts - Format X axis with 2 digit hours in 24 hour format
- Highcharts column chart extends off container and doesn't properly show X axis
- Offset displayed data 4 hours forward on HighCharts x axis
- Highcharts xaxis is off by several hours
- HighCharts - How can I turn off the points?
- Hide axis and gridlines Highcharts
- Change HighCharts axis title
- how to set the interval of points on Y - Axis highcharts
- Displaying hours and minutes on x-axis with Highcharts
- How replicate the value of Y Axis on both sides of the axis in Highcharts
- Highcharts Area graph, use 2 fill colors above / below X axis
- Turning off animation in HighCharts globally
- Highcharts data off by one day
- Highcharts y axis thousands separator
- Javascript Highcharts v3.0.5 - How to hide Y Axis Title when using multiple Y Axis
- Highcharts - set maximum range for yAxis but keep axis dynamic within that range
- Highcharts how to change x axis options
- Highcharts - How to start x axis from an arbitrary value
- Highcharts labels cut off
- Highcharts - best way to handle and display zero (or negative) values in a line chart series with logarithmic Y axis
- Plotting seconds, minutes and hours on the yAxis with Highcharts
- Highcharts - Long multi-line y axis labels causing following label to be removed
- Highcharts - with datetime axis labels overlap
- highcharts link series such that turn one off turns off the other
- Change Y Axis vertical line color in Highcharts
- Highcharts data label getting cut off
- How to add space between chart and axis in highcharts
- Highcharts reset y Axis
More Query from same tag
- Highchart to show progress percentages in horizontal bars with real time data?
- How to change height of ENTIRE xAxis labels using Highcharts?
- Switching Highcharts theme when CSS theme is changed
- Implement Scroll bar in highcharts
- Highchart tooltip issue
- append point in the middle of graph
- Drilldown in Sankey Diagram
- Highcharts bar format datalabels to percent and add text
- How to define format for Drilldown Pie Charts in Highcharts
- Handling two ajax calls on single page to pull data into Highcharts on another page
- Add item to Highcharts legend?
- Highcharts tooltips flickering ON IE8
- angular2-highcharts error: “Chart is unknown chart type”
- Highcharts categories from data array
- Coloring Highcharts category
- Highcharts drilldown from a series
- Categories are skipped in highcharts on xAxis
- Ionic 2 Highcharts
- rCharts different sizes for the two graphs in Shiny App
- plotting x y points in highchart as [[list of x points],[list of y points]]
- Highcharts: Data not working correctly from JSON object
- How to get the angular component class reference inside an emitted Highcharts selection event callback function?
- Remove hidden points under the minimum
- Simple bar chart in jQuery HighCharts and MVC 2 application?
- Chart with Multiple CandleStick. HighStock/HighCharts
- Try to offline exporting to Highcharts
- How to trigger legend click event on outside when using Highchart and no using JQuery
- Add lower labels to highstock control
- Highcharts: Using an array as a data series - ordering
- Highcharts sizing bars in a Grouped and stacked barcharts