rangeBar bars overlap
See original GitHub issueUsing the demo here, adding the following Test section to Bob, will make the bars looked merged
{
x: 'Test',
y: [
new Date('2019-03-08').getTime(),
new Date('2019-03-12').getTime()
]
},
Just in between two ranges. As you can see in the picture it looks like they are merged.
If there are any overlapses, it should show in a new row
Issue Analytics
- State:
- Created 4 years ago
- Comments:15 (5 by maintainers)
Top Results From Across the Web
Overlapped Range Bar Chart | WinForms Controls
The Overlapped Range Bar Chart is represented by the OverlappedRangeBarSeriesView object, which belongs to Bar Series Views.
Read more >Bar Overlapping Parameters - CQG IC Help
If “Bar: 3-bar Overlap” is checked, then the portions of both of the two previous bar's price range that overlaps the current bar's...
Read more >How to Create a Range Bar Chart - Data Xtractor
The Overlapping Range Bars demo query shows a specific Range Bar chart, with values for the same labels grouped together. It makes sense,...
Read more >My New Favorite Graph Type: Overlapping Bars
In this step by step tutorial, you'll learn how to make an overlapping bars graph, using Excel.
Read more >Range Overlap Bar Chart - Stack Overflow
You can use Microsoft Chart Controls in Visual Studio toolbox. You will have to create multiple series as you want to show an...
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
@ccarrascoml Sure, that’s a valid point. As @sergkop suggested, there needs to be an option to toggle the behavior. I will address it soon.
Yes, giving an option in the config whether to overlap the bars or to split those bars into two is a good way to let the developer control it.
Here is what I am thinking
It looks a bit ugly but the data is not lost.
Adding a new row for the overlapping bars will require a good amount of rewriting the range-bar module.