frontend-performance-lab
    Preparing search index...

    Interface RevenueChartBucket

    interface RevenueChartBucket {
        color: string;
        label: "Healthy" | "Watch" | "Critical";
        percent: number;
        value: number;
    }
    Index

    Properties

    color: string
    label: "Healthy" | "Watch" | "Critical"
    percent: number
    value: number