score:2
Accepted answer
You need to tell highcharts that the xAxis is a date. It defaults to linear.
"xAxis": {
"type": "datetime",
"title": {
"text": "DATE"
}
You then need to probably format your xAxis labels as well to how you want them to show.
Source: stackoverflow.com
Related Query
- Series with different time ranges in Highcharts
- How to have multiple highcharts with different series data in vuejs without repeating code
- How To Use Epoch Time With Highcharts Series Data?
- Can I sychronize two highcharts series with different years (leap year)
- Highcharts datetime axis overlap with a long time series
- How to display line break for irregular time series with highcharts
- Overlay 2 series of data of different length with highcharts
- Highcharts - selection error with live data and different time intervals
- HighCharts Errorbar with irregular time series interval
- Highcharts same types of data with different series
- Highcharts series visibility with csv data source
- highcharts legend marker and series marker with different size
- highcharts with more series that start from different x value
- Highcharts : using same div to load a chart multiple times with different series data
- Highcharts tooltip format different with series
- Highcharts Grouped Column with Time Series
- show two different series with different start intervals with the same xAxis highcharts
- Tooltip for series with different time intervals
- How to render a bar chart with different series with only one entry per category in HighCharts
- Plotting time series with different scales with Hichcharts
- Highcharts multiple series from JSON with different style depending on serie name
- highcharts - avoid repeating same date on x axis with different time
- Highcharts doesn't display series with lots of data points
- Highcharts data series issue with ajax/json and PHP
- How can i hide all the Series in highcharts at a time
- Highcharts graph X-axis label for different date ranges
- Highcharts series update with animation
- 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
- Highchart data series filled with different colors
More Query from same tag
- Highcharts.js - edit the axis of a chart without remaking it
- Dynamic Gridlines on Highcharts
- Highcharts - Replace nulls with 0
- How can I align the scale on my HighCharts graph with the axis rather than the margins?
- Highcharts Column Range - How to render series data stored in PHP variables?
- Highcharts stacked and grouped columns: Share label across all stacks
- Highchart: Can I use a different variable as the data labels?
- Highstock add points to dynamically added series
- Highmaps - how i can have a seperate legend by different report?
- How to add font awesome icons on x-axis in highcharts
- negative values in highcharts stacked column chart
- Highcharts displaying improperly labeled data points
- display highchart with dynamic data
- Highchart Pie Chart shows "slice 0.0%" when loading data from csv
- How to modify highcharts legend item click event?
- How to stop resetting zoom when switches to other chart type in highcharts
- HighChart Graph not displaying in Mail
- Area Chart with overlapping series in highcharts, overlap point behaving strangely
- Highchart donut pie - Is there a max number of slices
- Highcharts not rendering in jQuery tooltip
- how to show data label only on drilldown pie?
- Highcharts Plot two datetime series on top of each other
- HighCharts API pie chart CSS how to select drilldown labels
- Generate highcharts from v-for not populating all graphs with data
- Json quotes highcharts
- Highcharts - My nice thin cross hair changes to a thick green cross hair when adding categories
- Can I scrape the raw data from highcharts.js?
- Highchart: Bar Chart with time duration
- Highchart : by passing FROM DATE and TO DATE x axis labels should set
- I tried to add colors to X-Axis labels without success