score:1
Accepted answer
You can make it simply by passing series.keys
- an array specifying which option maps to which key in the data point array.
In your example this array can look like that:
plotOptions: {
series: {
keys: [
'y', 'KidL', 'KidM', 'KidS', 'L', 'M', 'S', 'XL', 'XS'
]
}
}
Demo:
API reference:
Source: stackoverflow.com
Related Query
- Highcharts - Export CSV include additional data
- Include additional highcharts source data in angular2 app
- Add Source to Highcharts Export CSV
- Highcharts series visibility with csv data source
- Export data from highcharts in csv file with dates in milliseconds
- Highcharts Export to CSV No Data Grouping
- Set Additional Data to highcharts series
- Add additional data to a Highcharts series for use in formatters
- Add additional data to Pie Tooltip on Highcharts
- Highcharts - add additional export options without losing default ones
- Creating a line graph with highcharts and data in an external csv
- Exporting highcharts data to CSV file
- Highcharts - Global configuration with common code and unique data & Headings
- How to export CSV and XLS with external button in Highcharts
- load data in highcharts from 2 different csv files
- Highcharts: Can I export to the user an Excel or CSV of the raw data driving the chart?
- export csv from highcharts
- highcharts show additional custom data in tooltip
- CSV export hidden series in Highcharts
- Filename not assigned to csv export in HighCharts on Mac
- Load CSV data via Ajax for display in Highcharts
- highcharts refresh CSV data is duplicating not refreshing
- Highcharts add export as csv
- How to Load More Than One CSV Using Highcharts Data Module
- Highcharts Additional data in Tooltip
- Include image in highcharts export
- How to process csv data (datetime) month, week, day, hour in highstock highcharts
- Highcharts with datetime and also additional data (tooltip text)
- Add an additional point to highcharts live data
- Highcharts grouped categories data csv
More Query from same tag
- how to install highcharts with bower
- Javascript: Adding 0 values to arrays of different sizes
- Drilldown With Linked Series
- Highcharts arearange draggableHigh and draggableLow not working
- How to change the background color the chart area in high charts?
- HighCharts graphics not working on Internet Explorer
- Dual axes line vs column and zoom tooltip broke
- How can I highlight USA using Highcharts without highlighting Alaska?
- Highstock title setting via options
- Update chart title when drilling up and down in highcharts
- how to auto create pdf using highchart graphs
- R Highcharter: Highlight/unhighlight a bar in a bar chart by clicking
- Add label in into square Highcharts Gant
- Highchart's Pie Chart Opacity Changes on Hover
- Highcharts displays series names but missing data points from json source
- Disable percent stacking on legendItemClick in percent stacked column highchart
- How can I make HighCharts 4.2.5 with boost.js invoke the tooltip formatter?
- how to remove a total value in highchart
- Getting coordinates of chart on selecting plot in highcharts
- Highchart combination chart with stacked column
- Displaying time series data in a highchart
- I am working on highcharts, and want to adjust tooltip with chart name ( chart title )
- Highcharts .getJSON - chart not plotting
- Highcharts MTD (Month to Date) and QTD (Quater to Date) implementation
- Highcharts: saving canvas image as local file in IE
- Highchart axis 2 decimal places
- How to use HighCharts dart library in Flutter app?
- Highchart not displaying with svelte
- JSON for high chart imported with json.load generated error when using json.dump
- Highcharts legend data interactivity issues