Graph can be used to render any plotly.js-powered data visualization. You can define callbacks based on user interaction with Graphs such as hovering, clicking or selecting
Static member | Description |
Full Usage:
Graph.applyMembers (id, children, ?clickData, ?clickAnnotationData, ?hoverData, ?clearOnUnhover, ?selectedData, ?relayoutData, ?extendData, ?prependData, ?restyleData, ?figure, ?style, ?className, ?animate, ?animationOptions, ?config, ?loadingState)
Parameters:
string
children : seq<DashComponent>
?clickData : obj
?clickAnnotationData : obj
?hoverData : obj
?clearOnUnhover : bool
?selectedData : obj
?relayoutData : obj
?extendData : obj
?prependData : obj
?restyleData : obj
?figure : Figure
?style : DashComponentStyle
?className : string
?animate : bool
?animationOptions : obj
?config : Config
?loadingState : LoadingState
Returns: Graph -> Graph
|
|
Full Usage:
Graph.init (id, children, ?clickData, ?clickAnnotationData, ?hoverData, ?clearOnUnhover, ?selectedData, ?relayoutData, ?extendData, ?prependData, ?restyleData, ?figure, ?style, ?className, ?animate, ?animationOptions, ?config, ?loadingState)
Parameters:
string
children : seq<DashComponent>
?clickData : obj
?clickAnnotationData : obj
?hoverData : obj
?clearOnUnhover : bool
?selectedData : obj
?relayoutData : obj
?extendData : obj
?prependData : obj
?restyleData : obj
?figure : Figure
?style : DashComponentStyle
?className : string
?animate : bool
?animationOptions : obj
?config : Config
?loadingState : LoadingState
Returns: Graph
|
|