⚡ 去除无用配置.
This commit is contained in:
@@ -1,10 +0,0 @@
|
|||||||
import type { CallbackDataParams } from 'echarts/types/dist/shared';
|
|
||||||
|
|
||||||
export interface ToolTipFormatterParams extends CallbackDataParams {
|
|
||||||
axisDim: string;
|
|
||||||
axisIndex: number;
|
|
||||||
axisType: string;
|
|
||||||
axisId: string;
|
|
||||||
axisValue: string;
|
|
||||||
axisValueLabel: string;
|
|
||||||
}
|
|
||||||
@@ -46,8 +46,3 @@ export interface DataGrid<T> {
|
|||||||
}
|
}
|
||||||
|
|
||||||
export type TimeRanger = [string, string];
|
export type TimeRanger = [string, string];
|
||||||
|
|
||||||
export interface GeneralChart {
|
|
||||||
xAxis: string[];
|
|
||||||
data: Array<{ name: string; value: number[] }>;
|
|
||||||
}
|
|
||||||
|
|||||||
Reference in New Issue
Block a user