import { ChartData } from './chart-data'; export class ChartInfo { title: string; xAxisLabel: string; yAxisLabel: string; data: ChartData[]; }