Interface ChartDataInterface

Hierarchy

  • ChartDataInterface

Properties

Properties

id?: string
isLabel?: boolean
label?: string
x: string | number
y: {
    color?: string;
    id?: any;
    value: number;
}[]

Generated using TypeDoc