Graph.Graph Type

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

Constructors

Constructor Description

Graph()

Full Usage: Graph()

Returns: Graph
Returns: Graph

Static members

Static member Description

Graph.applyMembers (id, children, ?clickData, ?clickAnnotationData, ?hoverData, ?clearOnUnhover, ?selectedData, ?relayoutData, ?extendData, ?prependData, ?restyleData, ?figure, ?style, ?className, ?animate, ?animationOptions, ?config, ?loadingState)

Full Usage: Graph.applyMembers (id, children, ?clickData, ?clickAnnotationData, ?hoverData, ?clearOnUnhover, ?selectedData, ?relayoutData, ?extendData, ?prependData, ?restyleData, ?figure, ?style, ?className, ?animate, ?animationOptions, ?config, ?loadingState)

Parameters:
    id : 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
id : 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

Graph.init (id, children, ?clickData, ?clickAnnotationData, ?hoverData, ?clearOnUnhover, ?selectedData, ?relayoutData, ?extendData, ?prependData, ?restyleData, ?figure, ?style, ?className, ?animate, ?animationOptions, ?config, ?loadingState)

Full Usage: Graph.init (id, children, ?clickData, ?clickAnnotationData, ?hoverData, ?clearOnUnhover, ?selectedData, ?relayoutData, ?extendData, ?prependData, ?restyleData, ?figure, ?style, ?className, ?animate, ?animationOptions, ?config, ?loadingState)

Parameters:
    id : 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
id : 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