@carbon/charts
    Preparing search index...

    Interface LayoutConfigs

    Configuration for layout settings.

    interface LayoutConfigs {
        alignItems?: string;
        direction?: string;
        renderType?: string;
    }
    Index

    Properties

    alignItems?: string

    How the layout will align its children.

    direction?: string

    Direction/orientation of the layout.

    renderType?: string

    Whether to render through SVG or HTML.