interface DataPoint {
    amount: number;
    label: string;
    percentage: number;
}

Properties

amount: number
label: string
percentage: number