UNPKG

vue-echarts-linkage

Version:
26 lines 1.03 kB
export declare const SERIES_TYPE_PULSE = "pulse"; export declare const SERIES_TYPE_SWITCH = "switch"; export declare const SERIES_TYPE_MARK_LINE = "markLine"; export declare const SERIES_TYPE_DEFAULT = "pulse"; export declare const SERIES_CLASS_TYPE_LINE = "line"; export declare const SERIES_CLASS_TYPE_BAR = "bar"; export declare const SERIES_CLASS_TYPE_DEFAULT = "line"; export declare const THEME_LIGHT = "light"; export declare const THEME_DARK = "dark"; export declare const THEME_DEFAULT = "light"; export declare const THEME_COLOR: { DARK: { BACKGROUND_COLOR: string; }; LIGHT: { BACKGROUND_COLOR: string; }; }; export declare const LANGUAGE_ZH_CN = "zh-cn"; export declare const LANGUAGE_EN_US = "en-us"; export declare const LANGUAGE_DEFAULT = "zh-cn"; export declare const MODE_ENLARGE = "enlarge"; export declare const MODE_SHRINK = "shrink"; export declare const MODE_DEFAULT = "enlarge"; export declare const USE_GRAPHIC_GROUP_DEFAULT = "all"; //# sourceMappingURL=common.d.ts.map