quick-admin-vue3-core
Version:
以快(计算机执行效率、开发效率)为核心的后台管理系统开发模板
29 lines (28 loc) • 599 B
TypeScript
import * as echarts from "echarts/core";
export declare const gradColors: string[][];
export declare const colors: string[];
export declare const axisCfg: {
axisTick: {
show: boolean;
};
axisLine: {
show: boolean;
lineStyle: {
color: string;
};
};
axisLabel: {
color: string;
fontSize: number;
};
nameTextStyle: {
color: string;
};
};
export declare const titleCfg: {
top: number;
left: string;
color: string;
fontSize: number;
};
export default echarts;