id |
string
|
The ID of this component, used to identify dash components
in callbacks. The ID needs to be unique across all of the
components in an app. |
defParams |
|
Configuration to describe the plot features |
meta |
|
The metadata the plotter selection is based on. |
plotApi |
|
Url to the plot Api |
figure |
|
Plotly figure object. See schema:
https://plotly.com/javascript/reference
config is set separately by the config property
|
style |
|
Generic style overrides on the plot div |
selectedData |
|
The data selected in the plot or in the table |
className |
|
className of the parent div |
saveClick |
|
enable/disable saveClick button |
longCallback |
|
enable/disable long callbacks |
editButton |
|
enable/disable edit button |
currentConfig |
Object
|
The current configuration of the plot. |
showFilter |
boolean
|
Prop to define the visibility of the Filter panel |
showTransform |
boolean
|
Prop to define the visibility of the Transform panel |
setProps |
|
Function that updates the state tree. |
hiddenColumns |
|
hidden column names (array of strings) |