score:0
Accepted answer
before your data will be initialized in the chart you can do some parse data operations to create two different arrays, for example:
var data =[[ 1578258092000, 109, 32 ], [ 1578258812000, 120, 34 ], [ 1578260104000, 123, 35 ]];
var data1 = data.map(d => [d[0], d[1]]),
data2 = data.map(d => [d[0], d[2]]);
Source: stackoverflow.com
Related Query
- Draw multiple series in Highchart from single JSON data container
- Plot Highchart multiple series line chart using JSON data
- Creating a Highchart with multiple series from a JSON file
- Plotting multiple series in single Highcharts plot from JSON
- Highchart Color Issue for series with single data with multiple colors
- Highcharts displays series names but missing data points from json source
- Highcharts with JSON data and multiple series
- Highcharts multiple series json from php
- Charts using Highcharts with multiple series from JSON
- Highcharts with multiple series from JSON Dynamically
- Highcharts multiple data on single point in series
- Highcharts with multiple series from JSON
- Extract data series from a JSON array for a Highcharts chart with 2 y-axis
- Highcharts Single Line series JSON date data format
- Highchart Line chart – data series with multiple axis - 2nd series placed in the middle of X axis
- one chart, multiple series multiple data with single data
- Plotting Highcharts Chart from multiple data points in json
- How to redraw highchart series with json data value?
- Can I Create a Single HighCharts Graph from Multiple Data Sources (Multiple GoogleSheets in this case)
- How to plot a highstock single line series graph from ajax data
- Loading json data to highcharts with multiple series
- Create Highchart (Column chart) and read data from external json file
- How to plot multiple lines in a single graph using HighChart with JSON
- Counting json data to create dynamic series in highchart line charts
- Highcharts: Selecting single series from plot with multiple series
- clear cache from Highchart when loading data from a json file
- How to have multiple highcharts with different series data in vuejs without repeating code
- how to draw dynamic series in Highchart based on data
- how to fetch data from json file in highchart
- Add two json data series in one highchart
More Query from same tag
- Highchart - spider web chart - chart appears and part of the chart disappears
- Spider highChart - horizontal direction
- Vertical line on x axis on midnight in HighCharts/HighStock
- Highcharts Zones not working with valid JSON
- Add data dynamically to the top level in highcharts when drilling up
- Is highcharts.js capable of formatting integer timestamps into dates?
- Expand the range of the xAxis to show a specific number of points for live data
- Highcharts Series name on X-Axis
- How to hide a highchars when there is no data to show?
- HighCharts Dynamically add flags
- Change dataLabels font size when zooming in Highcharts bubble graph
- Charts in HTML using Datatables
- Is there a way to increase the sensitivity of a specific point, in the purpose of showing a tooltip?
- How can I display different text from a different div on mouse click?
- Tool tip pointed arrow pie highchart
- Remove day name from highstock chart tooltip
- Two highchart update issue
- Highcharts Drawing a line with chart.renderer.path
- Highcharts Custom tooltips for multiple series
- Highcharts IE8 - Error on page
- How is the x-axis data determined in this chart
- Highchart Activity Gauge always display text in the center
- How to set a 24h range on the y-axis of a column highchart
- High Charts - HTML in label
- Spring / Thymeleaf: Property or field 'title' cannot be found on null. Why?
- Centered axes in highcharts
- How to provide dynamic hover color in highmaps?
- How to make a pie chart from highcharts responsive
- How to customize graph title and subtitle
- Highcharts: Data not working correctly from JSON object