forked from predictionmachines/InteractiveDataDisplay
-
Notifications
You must be signed in to change notification settings - Fork 0
How can I clear a plot?
novikov-alexander edited this page Apr 21, 2016
·
2 revisions
There is no way to remove all of child plots at once, but it is possible to use plot's .remove() method for removing one by one. For example:
var plot = InteractiveDataDisplays.asPlot("idd");
var polyline1 = plot.polyline();
polyline1.remove();
Home
FAQ
UI Guidelines
Export to SVG
Plot
Figure
Chart
ChartViewer
Polyline
Markers
Area
Heatmap
DOM Plot
Labels
Bing Maps
Intro
General bindings
Area plot
Bars plot
Polyline
Heatmap
Markers
Label plot
Box and whisker plot
Petals and BullEye plot
Axis
Palette Editor
Update layout
Axes
Legend
Color Palette
Navigation
Bound Plots
Tooltips and Probes