score:1
Accepted answer
You need to use the seriesMapping
property to create the required format of data.
seriesMapping: [{
x: 0,
takenTime: 1,
y: 2
}]
Live demo: https://jsfiddle.net/BlackLabel/enz4mudL/
API Reference: https://api.highcharts.com/highcharts/data.seriesMapping
Source: stackoverflow.com
Related Articles
- Timelapse graph representation
- Strange character in the Highstock source code
- How to create a drilleable bar graph in jsp page using open source charts API
- HighCharts Bubble graph JSON as data source
- How to modify the code so that Highcharts graph does not cover fixed navigation bar at the top of the page?
- The graph is not equal on the basis of the addition code in Highcharts
- Highchart specific width stack column bar graph
- Disable-Click on Legend in HighCharts Column Graph
- High charts remove dots from the line graph
- missing value in highcharts line graph results in no line, just points
- Highcharts: Line graph with half solid line and half dotted line?
- Scrolling over highcharts graph
- How to make stacked column graph to show total data value on top
- drawing custom lines on highchart graph
- How to hyperlink bar graph in highcharts
- Highcharts - Dyanmic graph with no initial data
- Highstocks graph width not correctly rendered
- Highcharts graph X-axis label for different date ranges
- How to change graph colour above and below plotline in Highcharts
- Rotated X-Axis labels overlap the graph itself
- Set stacking column graph colors from the bottom up
- Optimize JavaScript DrillDown code
- Click event on clicking on the graph
- How do I get the value of a highcharts graph point on mouseover?
- Highstock/Highchart scatter points in combined graph
- Using Highcharts.js to create a punch card style graph
- Dynamically applying plot bands to a Highcharts graph
- How to pass custom data into Highcharts graph click event
- Replacing highcharts.each in my code as it is being deprecated
- append point in the middle of graph
- HighCharts - making a Pie with MySQL and PHP
- Highcharts and Extjs 4
- How do I change the line width of the area polygon in highchart?
- Legend and Axis titles not showing in Highcharts Graph
- FillPattern after drillDown to countries on Highchart-react
- Dynamically add an event to Highcharts series
- HighCharts yAxis too much space around big numbers
- How to get the series' x-axis values into the lower part of the tooltip in Highcharts?
- Highcharts polygon with no fill
- Show HTML special characters as is
- Highligligh particular areas based on X-axis data
- Same-size flexboxes are broken with Highcharts
- How to check if Highcharts y-axis exists
- Highcharts - How to force line chart to be visible above X Axis
- Activity gauge High Chart with Range option
- Way to shorten / refactor multiple plugin values
- Highcharts : How to apply padding between each bar on Y-axis
- Backbone Model caching and fetching locally
- Display text inside pie chart
- Highstock chart doesn't show correct width in Phonegap app