MAIDR JavaScript API
    Preparing search index...

    Interface EChartsGraphEdge

    One link of a graph series.

    interface EChartsGraphEdge {
        node1: EChartsGraphNode;
        node2: EChartsGraphNode;
        getValue: (dimension: string) => number | null | undefined;
    }
    Index

    Properties

    Properties

    The node the link leaves.

    The node it arrives at.

    getValue: (dimension: string) => number | null | undefined

    One of the link's own dimensions -- 'value' is the flow.