chartjs / chartjs-chart-financial

Chart.js module for charting financial securities
MIT License
743 stars 199 forks source link

financial chart+ zoom not working out well #50

Closed rashearth closed 5 years ago

rashearth commented 5 years ago

Hi i noticed that the zoom and financial chart is not really interacting right. i am trying to zoom the candlestick chart as below, 2019-02-16 0 05 43

but the zoomed chart looks like this, and the candlestick is getting zoomed as well. IS there any way i could process this out?? 2019-02-16 0 05 39

benmccann commented 5 years ago

@rashearth we've made tons of fixes to the zoom plugin, which previously was rather buggy I'm afraid. Can you try again with 0.7.0 of the zoom plugin and let me know if it's still an issue?

rashearth commented 5 years ago

thx, its working out good now!

RobCzikkel commented 3 years ago

@rashearth Hey, sorry to bother you with this but this is the only post I found where someone managed to get this thing working.

Could you please have a look at my issue:

https://github.com/chartjs/chartjs-plugin-zoom/issues/387#issue-710446984

I can't seem to get zoom working at all with time adapters, works with simple line charts tho.

Thanks a mill