score:1
Accepted answer
You need to specify the x axis values
data: [{
y: 3,
x: Date.UTC(2012, 9, 9)
date: 'October 9th, 2012',
unlocked: 1,
potential: 1,
}, {
You also need to drop the xaxis categories, and make the xa is type 'datetime' An example is here http://www.highcharts.com/demo/spline-irregular-time
Source: stackoverflow.com
Related Query
- Highcharts multiple data points between xAxis
- Highcharts Column type visualization: multiple data points for the same Xaxis label
- HighCharts multiple data points per category
- Highcharts - Show the percentage difference between data points on a series
- Plotting Highcharts Chart from multiple data points in json
- How to have multiple highcharts with different series data in vuejs without repeating code
- Display multiple data points at once : Highcharts
- Highcharts multiple series with missing Data Points
- Highcharts data labels not showing on multiple xAxis and yAxis
- Highcharts displays series names but missing data points from json source
- Is it possible to center the labels and data points between the ticks in a datetime xAxis for Highcharts?
- Resize data points with highcharts
- Highcharts doesn't display series with lots of data points
- Highcharts - remove times between dates on a datetime xaxis type
- Remove space between yAxis and data in highcharts
- How to get multiple data series into Highcharts
- Highcharts with JSON data and multiple series
- Converting svg from Highcharts data into data points
- Highcharts scatter plot with lots of data points running really slow
- highcharts with null data points
- Highcharts remove gap between start of xAxis and first value
- Find number of data points in each series in highcharts
- Highcharts not drawing lines between points
- Wrong alignment in highcharts datetime points with xaxis
- Highcharts - Global configuration with common code and unique data & Headings
- HighCharts Time-based Quarterly Data - xAxis Label Issue
- Highcharts not displaying series data for graph with multiple Y-axes
- Format Highcharts xAxis for stock data
- HighCharts is slow to load data when building multiple charts
- Highcharts hide connected line between individual points
More Query from same tag
- "HighCharts not showing in IE, works well with mozilla, chrome"
- HighCharts timezone issues on AngularJs
- Clear/Reinitialize Highchart
- Highcharts: How to change or redraw a chart when a click event occurs on an another chart?
- Highcharts Gantt does not show ALL rows that are empty
- How do I show multiple line from dynamic data using javascript in highchart
- Highmaps with rich information in separate container
- Is data grouping supported in Highcharts?
- Different node tooltips in highcharts sankey diagram
- Moving Average Line in Highcharts Scattered Chart
- Set plot height and allow the rest of the chart to resize
- Multiple xAxis on Highcharts
- Highchart with label in custom intervals
- How to exchange data between a form, a php file and a javascript file
- Highchart labels are selected if I hover over tool-tip, while dragging the chart
- Want to avoid spacing between each stacked bars in highcharts?
- How to position datalabel at the base of bar series
- Is it possible to plot a chat like the below screenshot using highcharts?
- How to find the width of single cell in xaxis ? ( Refer screenshot )
- Highcharts-ng stock chart gives "TypeError: Cannot read property 'hoverSeries' of undefined" when loading data asynchronously
- Group records in Rails for a chart?
- How do I send javascript on ajax request?
- how to use external dropdown for zoom values in stock highcharts
- Align Highcharts bars right
- Show how many elements every X time with HighCharts
- how to disable or override the fonts inherited from svg in the web pages by default
- Highcharts: dynamically updating chart per click of a button
- Uncaught TypeError: $(...).highcharts is not a function in aspx web page with master page but it is working with basic html page
- Highstock - Remove bottom date tooltip from line chart
- How to Draw graph in ASP.NET MVC 4 using High-Charts?