[FEATURE] Horizontal bar chart in combination with a line chart
See original GitHub issueWhen I create an horizontal bar chart and set one of the datasets to ‘line’ it doesn’t show. I suspect the axis for the line chart is not changed with the parent horizontalBar chart. I think the expected behaviour is to let the main chart type be leading, in this case the horizontal bar chart, so that the datasets that are provided don’t need to be changed.
This example would work with a normal bar-chart, but not with an horizontal bar-chart:
chartData : { labels: [ 'apple', 'orange', 'banana', 'coconut' ], datasets: [ { title: 'Taste', data: [ 1,4,2,3 ] }, { title: 'Throwability', data: [ 5,4,2,3 ], type: 'line' } }
Issue Analytics
- State:
- Created 7 years ago
- Comments:6 (2 by maintainers)
Top Results From Across the Web
Bar-Line (XY) Combination Chart in Excel - Peltier Tech
I'll illustrate a simple combination chart with this simple data. The chart will use the first column for horizontal axis category labels, the ......
Read more >Video: Create a combo chart - Microsoft Support
On the All Charts tab, choose Combo, and then pick the Clustered Column - Line on Secondary Axis chart. Under Choose the chart...
Read more >How to Add a Vertical Line to a Horizontal Bar Chart
Learn how to add a vertical line to a horizontal bar chart in Excel. The tutorial walks through adding an Average value line...
Read more >What is a Combination Chart?
The combination chart is a visualization that combines the features of the bar chart and the line chart. The combination chart displays the...
Read more >How to combine line and bar charts in Datawrapper
Choose " multiple" as the shape. Click on the little icon next to "daily confirmed" to choose circle as the symbol shape, and...
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 Free
Top 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
Any updates on this one? I am needing to do this as well. I’m building a gantt type chart and using horizontalBar type to do that. I was hoping I could overlay a line series or scatter plot to display milestone markers.
Any update on this please. -.- I saw a lot of questions asking for this but it’s still Open since 2017.