Registers a new plot type for the Charts
visualizer. Registered plot types can then be added to the visualization area with Charts.addPlot()
.
Parameters
clss — class(ChartPlot), required
A visualization class (not an instantiated object), subclassing
ChartPlot
.
Notes and Examples