score:2
Accepted answer
Taking your first time,
GMT: Thu, 16 Jan 2014 05:00:00 GMT
Your time zone: 1/16/2014 12:00:00 AM GMT-5
I'm assuming it's localtime not GMT and highcharts
is shifting the label 5 hours. If you shift your time do it's 16 Jan 2014 00:00:00 GMT
, the label will be centered.
Updated fiddle.
OR
If you want to use local time adjust highcharts global option.
Highcharts.setOptions({
global: {
useUTC: false
}
});
New fiddle with this option.
score:0
Set pointRange parameter and tickInterval
Other solution is using categories.
Source: stackoverflow.com
Related Articles
- X axis tick not centering on column series in highcharts (jsFiddle)
- Highcharts column width on a time series axis
- Add a gap between the second and third series in a Highcharts column plot with four series displayed
- Highcharts - best way to handle and display zero (or negative) values in a line chart series with logarithmic Y axis
- Align y axis tick "outside" on highstock, so they are the same as on highcharts
- Highcharts series graph to start and end on tick and end on max
- Multiple series data on HighCharts column
- Highcharts one value per series column
- Highcharts stacked column stackLabels do not show when axis is reversed
- Remove the Z Axis Column Line in Highcharts 3D
- Highcharts Column Series: Centering categorized x-axis labels
- Highcharts - how to create multiple y axis and group the data series
- Highcharts - Series tooltip doesn't work when plotting lines that zigzag on the x axis
- How to display rounded corners in a highcharts column on a Y Axis that starts above 0
- Highcharts datetime axis overlap with a long time series
- Highcharts - stacked column - order series index dynamically for each category
- Set series color based on X axis on a column Highchart
- how to show column and area charts with different y axis with same category and same x axis in highcharts
- Highcharts - Stacked column data series
- Highcharts: Dual axis line and column with multiple series
- Highcharts Combination Chart: Column covering line series marker
- HighCharts Series Data Structure Issue. JSFiddle link provided
- Highcharts adding additional series and axis breaks existing yAxis min/max
- Highcharts Polar Chart - Specify Data Series & Tooltips for each Axis
- HighCharts column chart populated with series data from a function
- Highcharts drilldown to pie chart - Clicking on axis label with multiple series causes pie charts to overlap
- Highcharts - three series using left Y axis and the fourth using the right Y axis
- Highcharts same scale steps (equal tick interval) on x and y axis
- Highcharts series visibility with csv data source
- Highcharts set X axis label on tick
- canvg and highcharts how to include chart legend and keep the chart size?
- How do you remove elements added with .add() function in HighCharts?
- Renaming items in export menu in highcharts
- Highcharts stacked column dataLabels overlapping
- How to update candlestick Highstock chart with new data point
- js highcharts, having problems creating the chart series
- Highcharts: setting spacing dynamically
- Highcharts instance created in which Angular life cycle hook
- convert SVG to Highcharts.SVGRenderer.prototype.symbols
- Highcharts: using Google Analytics to capture event actions for exporting the chart
- Is there a way to get the point information inside formatter function of y aixs label?
- Unable to read JSON in PHP on FTP
- How to display single hightchart bar graph in multiple container/selector?
- how can I put shadow and gradient effects on solid gauge in hightcharts?
- Highchart Polar chart 2 nested circle
- How can I convince Highcharts to display the right (mine) steps on yaxis?
- How can I align gridlines with dots in Highcharts
- Highcharts: Column chart with empty data
- knockoutjs highcharts parse arrays of data to chart
- Highcharts: there are two columns after exporting XLS(excel),I want to add another column showing percentage