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
hello,
i am using candlestick, and when i am adding scattered dots, the are being connected with line.
and when i remove the candlestick type and use only scatter, it works ok (all on the same graph of course), i have attached photo of both:
candles + scatter:
Yes, unfortunately Chart.js has lots of issues with mixed chart types because the options from the various charts collide with each other. I'd like for this to improve. You can see more details here: chartjs/Chart.js#5151
Ultimately I think this is a bug in the upstream library and there's already a handful of bugs filed there to track it, so I'm going to close this for now. If you'd like to contribute towards fixing the bug we really need some help with chartjs/Chart.js#5191
hello,
i am using candlestick, and when i am adding scattered dots, the are being connected with line.
and when i remove the candlestick type and use only scatter, it works ok (all on the same graph of course), i have attached photo of both:
candles + scatter:
scatter only:
here is the chart conf:
please advise how to fix this bug.
The text was updated successfully, but these errors were encountered: