react-c3js icon indicating copy to clipboard operation
react-c3js copied to clipboard

Possibility of using few methods available C3.js and not in this react component

Open nagarajanceg opened this issue 5 years ago • 1 comments

I just refer this documentation and try to use load method which can used to populate the data to already existing charts. But checking the module I doubted it doesn't have load or flow method.

I have an intention of loading or updating data to existing chart for every 20 secs. Will it be possible to do with this library. How can a chart component changed with data?

Thanks for any suggestions!

nagarajanceg avatar May 21 '19 00:05 nagarajanceg

Not sure if you've figured this out, but from looking at the source, it looks like the C3Chart component has a method called loadNewData that wraps the underlying chart's load method.

timtucker-dte avatar Nov 11 '19 18:11 timtucker-dte