marcomachadosantos / gwt-chronoscope

Automatically exported from code.google.com/p/gwt-chronoscope
GNU Lesser General Public License v2.1
0 stars 0 forks source link

Facilitate dynamic addition/removal of datasets to/from chart #73

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Addition/removal of datasets form the XYPlot should automatically update all 
other components 
that depend on the Datasets container (most notably the view).

Original issue reported on code.google.com by chadtaka...@gmail.com on 2 Oct 2008 at 8:32

GoogleCodeExporter commented 8 years ago

Original comment by chadtaka...@gmail.com on 15 Oct 2008 at 6:32

GoogleCodeExporter commented 8 years ago
r652 now supports removal and addition of datasets via 
XYPlot.getDatasets().remove() and add().  Upon dataset 
removal, any associated markers and unused range axes are removed.

Original comment by chadtaka...@gmail.com on 15 Oct 2008 at 6:46

GoogleCodeExporter commented 8 years ago
Closing this issue.  r652 provides necessary functionality.  Refinements to 
this general feature (e.g. "smart" plot 
zooming depending on the context in which a given dataset is removed) can be 
logged as separate issues.

Original comment by chadtaka...@gmail.com on 20 Oct 2008 at 8:59