@xylabs/sdk-react
    Preparing search index...

    Interface PieChartProps

    interface PieChartProps {
        data01: PieChartDataPoint[];
        data02: PieChartDataPoint[];
        showLegend?: boolean;
    }
    Index

    Properties

    showLegend?: boolean