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 Query
- X axis tick not centering on column series in highcharts (jsFiddle)
- Highcharts stacked column stackLabels do not show when axis is reversed
- Decimals on yAxis are not being displayed, even if that same code works on highcharts jsfiddle
- Highcharts how to use column title as X axis and not as Legend
- Highcharts series zone not working with UTC date value in x axis
- Issue with highcharts on jsfiddle where series is not being removed on drillup
- Highcharts not plotting series correctly on secondary axis
- Highcharts column width on a time series axis
- Highcharts Stacked column drill down not working?> How to set drill down series for my scenario?
- Highcharts code with same set of code/data works in PHP but does not work in JSfiddle
- Column chart not showing series properly in Highcharts
- Highcharts Y Axis Tick Marks not setting
- 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
- Highcharts shared tooltip for line series and scatter plot not working
- Can I with highcharts column stacking on hover not highlighting the whole serie
- Align y axis tick "outside" on highstock, so they are the same as on highcharts
- HighCharts error #18: Requested Axis Does not exist
- Legend and Axis titles not showing in Highcharts Graph
- Legend and Axis titles not showing in Highcharts Graph
- Chart series point added not sync with X axis
- Highcharts x axis date full range even if there is not enough data
- Highcharts - Multiple Axis Graph not displaying labels
- Highcharts not displaying series data for graph with multiple Y-axes
- Highcharts - update column graph with setData() not working
- how to pass values to tooltip which not in x and y axis in highcharts
- Highcharts series graph to start and end on tick and end on max
- HighCharts scatter plot with Datetime on X Axis not plotting values correctly
- Highcharts will not render if element in series data is empty
- Gauge Series of Highcharts with React not the Solid Gauge but Gauge Series
More Query from same tag
- How to get current level on drilldown event in Highcharts treemap?
- Highcharts column fit/adjust on chart
- developing interactive app using shiny and highcharter
- Highcharts column Point Click
- Highcharts not changing x-axis label on pagination
- Dynamically update pointStart and pointInterval
- cannot draw second regression line in scatter plot on highchart
- HIghcharts and dynamic json
- Highchart Export
- Fetching all the Project Name for a Project Cumulative Flow Chart in Rally
- Strange behavior Highcharts pie chart in document mode IE8
- highstock, how to prevent chart rescaling
- Highcharts: how to stop the function setTimeout when I open new component angular?
- How to use Jquery knob like text label with highchart Jquery plugin
- How do I remove unused xaxis values from Highcharts?
- How can I make preset json data ready to be used in my highchart?
- highcharts non numeric range on secondary yAxis
- Highcharts giving an extra legend when I get data dynamically from Highcharts
- Hide all but selected data series, HighCharts
- drilldown maps and funnell charts on the same page using highcharts
- How to implement the interconnection between nodes in network graph using javascript?
- Highcharts venn diagram is missing intersections
- Dynamically Adding A Chart into A Combo Highcharts?
- Echarts how to highlight area between 2 line charts
- HIghcharts 4 solid gauge max value
- Highcharts: Decide on charts placement after generation
- Highcharts not showing tooltip after update from null
- Force Highcharts to display tooltip outside of div/container
- HighCharts HIOptions.colors must be [string]?
- Error: Highcharts error #13 ionic angular