You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have 3 data sets to display, with overlapping timeseries on x axis. When I used c3.js the similar dataset was shown with bars side by side on x axis, like a stacked bar chart. After switching to billboad.js the bars start to overlap each other. Expectation is that, similar timestamped data should be shown adjacent to each other.
The "overlap" happens when same xs values are set for different x axes.
The idea of xs is positioning multiple x axes in same graph independently with other x axis, so having this criteria when dataseries to display has same x value, try to make them as single dataseries.
Description
I have 3 data sets to display, with overlapping timeseries on x axis. When I used c3.js the similar dataset was shown with bars side by side on x axis, like a stacked bar chart. After switching to billboad.js the bars start to overlap each other. Expectation is that, similar timestamped data should be shown adjacent to each other.
Steps to check or reproduce
Please use the below code
And paste it in https://naver.github.io/billboard.js/demo/#Chart.TimeseriesChart, you can reproduce this issue.
Unrelated to the above example, below charts are the same chart with c3 and billboard
With c3.js
With billboard.js
The text was updated successfully, but these errors were encountered: