interface ChartData {
    title: string;
    x: any[];
    y: any[];
}

Properties

Properties

title: string
x: any[]
y: any[]