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 Articles
- Highcharts 24 hours displayed on x axis
- Highcharts - Format X axis with 2 digit hours in 24 hour format
- Offset displayed data 4 hours forward on HighCharts x axis
- 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
- 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 - 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
- Change Y Axis vertical line color in Highcharts
- How to add space between chart and axis in highcharts
- Highcharts reset y Axis
- highcharts - removing decimal places on Y axis with only one point
- Highcharts : hiding bottom-most x axis grid line
- How to change axis label size when exporting in Highcharts / Highstock
- Change HighCharts axis title in 2.1.4
- Highcharts axis label before first point
- Highcharts | Making multiple y axis scales
- Invert Y axis in Highcharts
- Highcharts blank chart with x and y axis
- Highcharts display series.name on X Axis
- show only last x points on Highchart
- highcharts mapchart: no color shown after reload the graph
- Determine trend line types available in HighStock charts
- How to transform this array in a json?
- Highcharts/Highmaps Uncaught TypeError: Cannot read property '0' of undefined error
- HighCharts xAxis categories over 1000 data not work.
- highchart legend lables does not take mouse events
- Highcharts: Is it possible to display series with the same name in different columns?
- Convert datetime to timestamp milliseconds adding +1 month
- Highcharts pattern plugin and wkhtmltopdf
- Highchart show results without comma for individual line
- finding the value in the series object and displaying in the tooltip of the high chart using angular 4
- Dynamically change hover enabled option
- Highcharts: How can I make the range attribute work?
- Query regarding why and how to use highcharts license
- Set background color to HighChart xAxis labels
- HighCharts pie chart X-axies values are not displayed while trying to get data from MySQL database using PHP
- How to display grid line on top of highchart
- With highcharts, is that possible to add dataLabels below column?
- How Can we display blocked area for particular timeline in horizontal bar in gantt highchart