MAIDR JavaScript API
    Preparing search index...

    A hierarchy series' tree.

    root is synthetic -- ECharts adds it above whatever the author wrote, names it '', and gives it the sum of everything below. The real forest is root.children.

    interface EChartsTree {
        root: EChartsTreeNode;
    }
    Index

    Properties

    Properties