Stacked bar chart, multiple series, named data
See original GitHub issueI did a lot of digging and it seems we do not have a way to create multiple stacked bars containing named data. I mean a scenario where all the datapoints have unique names and values. So with a pseudo-syntax:
series1: [{"name":"A1a","data":[71]},{"name":"A1b","data":[54]},{"name":"A1c","data":[12]}],
series2: [{"name":"A1d","data":[17]},{"name":"A1e","data":[21]}],
series3: [{"name":"A2a","data":[97]},{"name":"A2b","data":[43]},{"name":"A3a","data":[81]},{"name":"A3b","data":[96]}]
Am I missing something? Does this make sense or is it too much of a corner case to even consider?
Issue Analytics
- State:
- Created 5 years ago
- Comments:8 (4 by maintainers)
Top Results From Across the Web
A Complete Guide to Stacked Bar Charts | Tutorial by Chartio
Stacked bar charts extend the standard bar chart by dividing each bar into multiple subcategories. Learn how to best use this chart type...
Read more >How to Create Stacked Bar Chart for Multiple Series in Excel
This article shows step-by-step procedures to create Stacked Bar Chart for Multiple Series in Excel. Learn, download workbook and practice.
Read more >How to Make a Stacked Bar Chart in Excel With Multiple Data?
Enter your data in Excel. · Load ChartExpo add-in for Excel as shown above in the blog. · Select Stacked Bar Chart in...
Read more >How to create stacked bar chart with multiple series?
Stacked bar charts are charts with Y values stacked over one another in the series order. Shows the relation between individual values to...
Read more >Creating a Stacked Column Chart with Multiple Data Sets
My problem is that, for example, the cell named "IW" shows up as "Automotive" on the chart I create. How do I isolate...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
This is possible, just not documented currently 😃
You can attach any data you want in the series and then target in tooltips/dataLabels. You need to change the format of the data a little bit.
Full example
We decided to migrate to Highcharts in the end.