blob: efd4109da655a92f69de49dc270fa140b2af8d29 [file] [log] [blame]
import * as echarts from 'echarts';
import * as jQuery from 'jquery';
declare global {
const ROOT_PATH: string;
const app: {
configParameters: {
[key: string]:
| {
options: Record<string, string> | string[];
}
| {
min?: number;
max?: number;
};
};
config: {
onChange: () => void;
[key: string]: string | number | Function;
};
onresize: () => void;
[key: string]: any;
};
const ecStat: any;
const d3: any;
const myChart: echarts.ECharts;
let option: echarts.EChartsOption;
const echarts: typeof echarts;
}