News

I work with Chart Js for time series and i will load lots of points with multiple datasets, so rerendering on state change will be expensive. I'd prefer to call update () if possible.
I'm trying to create line charts using react-chartjs-2. I am getting the data from an api and rendering it to each chart during the componentWillMount phase. I know that I'm getting the correct data ...