Does react-vis support live streaming via calling external API.
Like using API result and then plotting graph.
16 days and no answer? Looks like this lib is as bad as Uber itself
react-vis doesn't have built-in data fetching solutions. It is fairly easy to add a surrounding component to handle that, which could update the data being fed into the chart. The visualizations do a good job of keeping the existing line in place and not re-rendering the entire line with each data update.
Most helpful comment
16 days and no answer? Looks like this lib is as bad as Uber itself