g3-toolkit API Reference
    Preparing search index...

    Interface LinkedChartProps<TData, TSelection>

    interface LinkedChartProps<TData, TSelection> {
        className?: string;
        height?: number;
        pipeline: DataPipeline<TData, TSelection>;
        type: ChartType;
        ugm: UGM;
    }

    Type Parameters

    • TData
    • TSelection
    Index

    Properties

    className?: string
    height?: number
    type: ChartType
    ugm: UGM