export interface BigDataLineChartParam { customGrid: any; style?: any; unit?: string; xAxisName?: string; yAxisName?: string; yNameGap?: number; datas: any[][]; seriesNames: any[]; }