bytev-charts-beta1.0
Version:
测试版-1.0,版本号为小版本; 基于echarts和JavaScript及ES6封装的一个可以直接调用的图表组件库,内置主题设计,简单快捷,且支持用户自定义配置; npm 安装方式: npm install bytev-charts 若启动提示还需额外install插件,则运行 npm install @babel/runtime-corejs2 即可;
22 lines (13 loc) • 664 B
JavaScript
import _classCallCheck from "@babel/runtime-corejs2/helpers/classCallCheck";
import _defineProperty from "@babel/runtime-corejs2/helpers/defineProperty";
var ThemeEnum = function ThemeEnum() {
_classCallCheck(this, ThemeEnum);
_defineProperty(this, "CaribbeanBlue", 'CaribbeanBlue');
_defineProperty(this, "CobaltBlue", 'CobaltBlue');
_defineProperty(this, "SeaKingGreen", 'SeaKingGreen');
_defineProperty(this, "PeacockGreen", 'PeacockGreen');
_defineProperty(this, "BambooGreen", 'BambooGreen');
_defineProperty(this, "WaterColor", 'WaterColor');
_defineProperty(this, "ChitoseGreen", 'ChitoseGreen');
};
export { ThemeEnum as default };