去除无用配置.

This commit is contained in:
lijiahangmax
2024-12-21 01:51:55 +08:00
parent d51de4a520
commit 79f14632bb
2 changed files with 0 additions and 15 deletions

View File

@@ -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;
}

View File

@@ -46,8 +46,3 @@ export interface DataGrid<T> {
}
export type TimeRanger = [string, string];
export interface GeneralChart {
xAxis: string[];
data: Array<{ name: string; value: number[] }>;
}