NathanEpstein / D3xter

Straight forward plotting built on D3

Home Page:http://d3xterjs.github.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to "update" data

jdarling opened this issue · comments

Is there a way to add new data to graphs and a way to replace the data easily? For example streaming or windowed data?

Unfortunately, streaming isn't presently supported. You could call .remove() on the svg object and then recreate with new data (obviously not ideal but fine for infrequent data changes).