React-vis: Does react-vis support live streaming via calling external API

Created on 18 Jan 2018  路  2Comments  路  Source: uber/react-vis

Does react-vis support live streaming via calling external API.
Like using API result and then plotting graph.

Most helpful comment

16 days and no answer? Looks like this lib is as bad as Uber itself

All 2 comments

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.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

codewithsk picture codewithsk  路  5Comments

mcnuttandrew picture mcnuttandrew  路  3Comments

basilaiman picture basilaiman  路  3Comments

Tom-Gorup picture Tom-Gorup  路  3Comments

JayFields picture JayFields  路  5Comments