Timeline chart horizontal bars are only taking proportional part of available space
See original GitHub issueBug report
When using the timeline chart if the series only have two different names, let’s say A
and B
and the data x
values are all different respectively, then the bar will be rendered taking proportionally small part of the available space only.
Codepen
Demonstration of the issue HERE.
Explanation
-
What is the behavior you expect? I expect the bars to fill all the available space
-
What is happening instead? The bars don’t take all space
-
What error message are you getting? None
Issue Analytics
- State:
- Created 3 years ago
- Comments:6 (3 by maintainers)
Top Results From Across the Web
Chart Combinations: Overlaying Extra Data Onto Timelines
Here I've demonstrated 30+ ways you can combine a timeline with other forms of data visualization, in order to overlay additional data onto ......
Read more >How to Create Timeline Chart in Excel Quickly and Easily
Timeline chart is a type of chart that visually shows the chronological sequence of past or future events on a timescale.
Read more >How to Choose Between a Bar Chart and Pie Chart - Chartio
Bar charts and pie charts are very common chart types with some overlap in use cases. In this article, you'll learn more about...
Read more >Choosing the Right Chart Type: Bar Charts vs. Column Charts
Both the Bar and the Column charts display data using rectangular bars where the length of the bar is proportional to the data...
Read more >What Is a Bar Graph? - Investopedia
A bar graph is a chart that compares different categories of data using rectangular bars ... Bar graphs can be created with vertical...
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
plotOptions.bar.rangeBarGroupRows: false
plotOptions.bar.rangeBarGroupRows: true
This is fixed in this PR The new property will be
plotOptions.bar.rangeBarGroupRows
It will be released in v3.22.0