• responsive (value equal to: 'true', 'false', 'auto'; default auto) - If True, the Plotly.js plot will be fully responsive to window resize
and parent element resize event. This is achieved by overriding
`config.responsive` to True, `figure.layout.autosize` to True and unsetting
`figure.layout.height` and `figure.layout.width`.
If False, the Plotly.js plot not be responsive to window resize and
parent element resize event. This is achieved by overriding `config.responsive`
to False and `figure.layout.autosize` to False.
If 'auto' (default), the Graph will determine if the Plotly.js plot can be made fully
responsive (True) or not (False) based on the values in `config.responsive`,
`figure.layout.autosize`, `figure.layout.height`, `figure.layout.width`.
This is the legacy behavior of the Graph component.
Needs to be combined with appropriate dimension / styling through the `style` prop
to fully take effect.
• clickData (record; default null) - Data from latest click event. Read-only.
• clickAnnotationData (record; default null) - Data from latest click annotation event. Read-only.
• hoverData (record; default null) - Data from latest hover event. Read-only.
• clear_on_unhover (boolean; default false) - If True, `clear_on_unhover` will clear the `hoverData` property
when the user "unhovers" from a point.
If False, then the `hoverData` property will be equal to the
data from the last point that was hovered over.
• selectedData (record; default null) - Data from latest select event. Read-only.
• relayoutData (record; default null) - Data from latest relayout event which occurs
when the user zooms or pans on the plot or other
layout-level edits. Has the form `{
Union case | Description |
Full Usage:
Animate bool
Parameters:
bool
|
|
Full Usage:
AnimationOptions obj
Parameters:
obj
|
|
Full Usage:
ClassName string
Parameters:
string
|
|
Full Usage:
ClearOnUnhover bool
Parameters:
bool
|
|
Full Usage:
ClickAnnotationData obj
Parameters:
obj
|
|
Full Usage:
ClickData obj
Parameters:
obj
|
|
|
|
Full Usage:
ExtendData obj
Parameters:
obj
|
|
|
|
Full Usage:
HoverData obj
Parameters:
obj
|
|
|
|
Full Usage:
PrependData obj
Parameters:
obj
|
|
Full Usage:
RelayoutData obj
Parameters:
obj
|
|
Full Usage:
RestyleData obj
Parameters:
obj
|
|
Full Usage:
SelectedData obj
Parameters:
obj
|
|
|
|
Static member | Description |
|
|