MeterSphere/frontend/types/echarts.d.ts

11 lines
261 B
TypeScript
Raw Normal View History

2023-05-24 11:08:08 +08:00
import { CallbackDataParams } from 'echarts/types/dist/shared';
export interface ToolTipFormatterParams extends CallbackDataParams {
axisDim: string;
axisIndex: number;
axisType: string;
axisId: string;
axisValue: string;
axisValueLabel: string;
}