Hi all Expert,
I'm a new one to study PIXI.js. I want to make a smooth real-time line chart, like: ExpertOption: https://app.expertoption.com/
1. need to be smooth and fluently
2. need to use mouse wheel zooming, and scrolling with mouse drag
3. maybe more than 3k data point to showing
I thought about manually draw chart by pixi.graphics and lineTo, but I worry about it is too heavy to render.
I have no idea to draw coordination and chart now. Can someone suggest me a good way to make it? or any pixi plugin or chart libraries to use?
thanks