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 Articles
- 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
- Only 3 steps on xAxis with type xAxis in Highcharts
- (angular2-highcharts) ERROR in Error encountered resolving symbol values statically
- Highcharts y axis thousands separator
- Need to dynamically add menuItem to HighCharts contextButton w/function defined by variable
- highcharts: disable hover on column chart when i use two chart togheder
- Loading JQuery dynamically but highcharts fails
- displaying highchart's graphic
- Fire a bootstrap modal when i click on a stacked bar of highcharts
- Is it possible in Vue JS to make several vue components reuse existing data structure with different data?
- Highcharts sets default value for blank data
- How to show categories total in labels using highcharts
- Highcharts: Bar with negative stack - Place title text at each side
- HighCharts activity gauge populated with series data from a function
- How to restyle tooltip color context label for series?
- Highcharts issues in [object Object]:0.0 for pie chart
- Add Categories to Highcharts via Loop
- Highcharts:Column Range chart having height of bar same as the height of interval in y Axis
- How do I display csv data in Highcharts?
- Angular child component doesnt recognize input changes
- Different HighCharts Version on One Page