d3-dag
    Preparing search index...

    Interface LayoutResult

    the height and width returned after laying out a graph

    interface LayoutResult {
        height: number;
        width: number;
    }
    Index

    Properties

    Properties

    height: number

    the total height after layout

    width: number

    the total weight after layout