C3 has the ability to load data using the <chart>.load function.
Because the data in react-c3 is in a property, it cannot be modified and the entire component must be re-rendered.
Looking at react-rt-chart, it seems the way to do this is to use state instead of props.
C3 has the ability to load data using the
<chart>.loadfunction.Because the data in react-c3 is in a property, it cannot be modified and the entire component must be re-rendered.
Looking at react-rt-chart, it seems the way to do this is to use state instead of props.