bprinty / quorra

Interactive charting library with d3-like API
Apache License 2.0
1 stars 1 forks source link

Add ability to update configuration for plot that re-renders plot. #55

Open bprinty opened 8 years ago

bprinty commented 8 years ago

i.e. calling line.xrange([1, 3]); will update the domain of a plot (line is a quorra plot object). This will be useful internally for handling real-time data processing.

bprinty commented 8 years ago

This will also be useful in changing the data for a plot dynamically.