fraserxu / react-chartist

⚛ React component for Chartist.js
MIT License
528 stars 96 forks source link

Data refresh performance lacking #61

Open bhuffman opened 6 years ago

bhuffman commented 6 years ago

Love the library, but the fast data refresh performance seems to be lacking. I'm trying to re-plot 1200 data points every 30ms and it just isn't able to keep up. Victory and Chart.js can both render this smoothly but I'm really pushing for chartist.

Is this something that can be addressed through the react library, or though the main chartist library...if at all? Any tips would be greatly appreciated.