Combo-chart with multiple bargraphs
See original GitHub issueI’m submitting a … (check one with “x”)
[ ] bug report => search github for a similar issue or PR before submitting
[x] feature request
[ ] support request => Please do not submit support request here
I have found the combo-chart in your demo section helpful in understanding your concepts. However, I have not been able to figure out yet how to extend the sample combo-chart such that it supports multiple bargraphs.
I assume it’s a fairly simple change. I’d be very grateful if somebody could help me with this. Thanks.
-
Angular version: 4.x
-
Browser: all
-
Language: TypeScript 2.x
Issue Analytics
- State:
- Created 6 years ago
- Reactions:8
- Comments:12 (2 by maintainers)
Top Results From Across the Web
Combining chart types, adding a second axis - Microsoft
Chart plotting two data sets with bar and line chart. In fact, you can combine far more than two chart types by repeating...
Read more >How to create a combined clustered bar chart with multiple ...
First, create a column chart based on the quantity table. I selected the range and used Insert>Charts>2-D Column:.
Read more >How to Create a Graph with Multiple Lines in Excel
Multiple Series Bar and Line Charts. To create an accurate chart, ... An Excel Combo chart lets you display different series and styles...
Read more >Combination Chart in Excel (Easy Tutorial)
Combination Chart · Select Data in Excel. 2. On the Insert tab, in the Charts group, click the Combo symbol. · Insert Combo...
Read more >How to Combine Bar and Line Graph in Excel (2 Suitable ...
2. Use Custom Combo Bar Chart Tool to Combine Excel Graphs. You may display many types of data on a single chart with...
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
Please provide an example for implementing Combo Charts. You have a demo for this. But how to implement this is no where provided in any documentation. Please dont mislead the developers. If you cant provide any doc remove it from your demo.
@harald I’m guessing you are looking for something like the below image? If so I am finalizing one that I need for a project and I can create a PR to place it in the demo section “soonish”. Need to work out a few more issues with the line position relative to the bars. That said, it’s actually pretty straight forward if you use the combo chart example https://swimlane.github.io/ngx-charts/#/ngx-charts/combo-chart and replace the bar chart code with the grouped vertical bar chart. Of course there’s a little more to it but it’s all there to be had. It’s really great they expose all of the components needed to create complex charts such as this.
I will try and create a PR for this in the next week for so when I can get to it.