rrag / react-stockcharts

Highly customizable stock charts with ReactJS and d3
http://rrag.github.io/react-stockcharts
MIT License
3.84k stars 956 forks source link

Panning issue in a multi series chart #821

Open ahmed-numaan opened 1 year ago

ahmed-numaan commented 1 year ago

When panning multi-series chart, panning is not working properly below is sandbox url: https://codesandbox.io/s/wonderful-night-hpmyn5?file=/src/Chart.js

Hrmn97 commented 1 year ago

Are you working on this repo? If yes let me know how you started the project because when i cloned and try npm install it is given so much deprecated warnings for some packages and also catch the error to load some packages. Screenshot 2023-01-12 at 18 27 30

patrickcook28 commented 10 months ago

using type={'svg'} fixes this for me. But it still isnt a smooth pan