react-vis
react-vis copied to clipboard
REACT VIS PLOT SEVERAL DATA
- Am working on this project and I need to plot several data like 364 now and it increases by the day, Since I have been researching on the project I found react-vis to be much simpler and easy to understand than other libraries. But whenever I try to plot more than 100's of data at a time, the whole plot is mashed up, i.e they overlap. I have tried using FlexibleWidthXYPlot and FlexibleXYPlot its all the same.
I have tried plotting those several data on VerticalBarSeries, MarkSeries, LineSeries, AreaSeries, The data plot overlap each other, My question is can React-vis plot 300's of data and above? and How do I go about it? Or probably am missing something?