export interface MixedBarLineData {
  type: any;
  label: string;
  data: number[];
  borderColor: string;
  backgroundColor?: string;
}
