-
-
Couldn't load subscription status.
- Fork 1.4k
Closed
Labels
Description
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.
If there are any overlapses, it should show in a new row
