new SidePanelPlugin(params)
Parameters:
Name | Type | Description | ||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
params |
object | Parameters for setting up the plug-in. Properties
|
- Since:
-
9.5.0
Abstract class for Side Panel Plugin. Adds a "panel" area either on the top or the right side
of the chart to contain plug-in markup.
Do not construct this directly; instead, extend it to your own class.
You will need to define render
and unrender
functions on your class to place your markup (and remove it).
These functions are respectively called when the toggle button is pressed.
Name | Type | Description | ||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
params |
object | Parameters for setting up the plug-in. Properties
|
9.5.0