MAIDR Documentation - v4.4.0
    Preparing search index...

    Interface PlotlySankeyNode

    One node of a drawn sankey, as its calcdata holds it.

    pointNumber is the node's index in the trace's own node.label array; label is the name plotly resolved for it.

    interface PlotlySankeyNode {
        pointNumber?: number;
        label?: string | number;
    }
    Index

    Properties

    Properties

    pointNumber?: number
    label?: string | number