question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

rangeBar bars overlap

See original GitHub issue

@junedchhipa

Using 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.

image

If there are any overlapses, it should show in a new row

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:15 (5 by maintainers)

github_iconTop GitHub Comments

2reactions
junedchhipacommented, Jan 10, 2020

@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.

2reactions
junedchhipacommented, Dec 20, 2019

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 Screen Shot 2019-12-20 at 8 24 05 PM

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found