Hello,
I am experiencing a strange bug regarding rangeBar charts. It seems it adds some kind of random padding in aligned charts when working with a lot of data points.
https://jsfiddle.net/mursang/wp6v4t2s/18/
As you can see in the fiddle, just added 2 charts, one line and other rangebar.
Added some functions to align Y axes and the other one to sync the crosshair.
You can see the first chart adds a strange padding at the end although they have the same minimum and maximum.
https://jsfiddle.net/mursang/2kz6qL54/
Here you can check the same exact example, but working with a maximum of 25. Works like a charm.
It seems like when adding more and more points, it randomly adds some kind of padding to the charts, that can’t be removed.
Can you help me on this?
Thank you!