esnet / react-timeseries-charts

Declarative and modular timeseries charting components for React
http://software.es.net/react-timeseries-charts
Other
859 stars 283 forks source link

Resizable Bug #432

Open mavila0896 opened 4 years ago

mavila0896 commented 4 years ago

I am currently working on a project containing 3 graphs in one div so I can include the MultiBrush. When I add in Resizable then the ChartContainer, I get nothing but the div. When I remove Resizable from the implementation, I get the graph and the slider,which causes slow performance on the web page. Replacing Grid to div slightly improved the sluggish performance when moving the slide (moving the slider or brush with click then mouse move), then I added Resizable and I get no graph showing. How do I fix this issue..

I am using the current versions of React, and react-timeseries-charts