UNPKG

bytev-charts-beta1.0

Version:

测试版-1.0,版本号为小版本; 基于echarts和JavaScript及ES6封装的一个可以直接调用的图表组件库,内置主题设计,简单快捷,且支持用户自定义配置; npm 安装方式: npm install bytev-charts 若启动提示还需额外install插件,则运行 npm install @babel/runtime-corejs2 即可;

72 lines (38 loc) 2.15 kB
import _classCallCheck from "@babel/runtime-corejs2/helpers/classCallCheck"; import _defineProperty from "@babel/runtime-corejs2/helpers/defineProperty"; var ComponentEnum = function ComponentEnum() { _classCallCheck(this, ComponentEnum); _defineProperty(this, "BarBasic", 'BarBasic'); _defineProperty(this, "BarStack", 'BarStack'); _defineProperty(this, "BarStackLine", 'BarStackLine'); _defineProperty(this, "BarStackFillet", 'BarStackFillet'); _defineProperty(this, "BarLabel", 'BarLabel'); _defineProperty(this, "BarHorizontal", 'BarHorizontal'); _defineProperty(this, "BarHorizontalStackDiamond", 'BarHorizontalStackDiamond'); _defineProperty(this, "BarHorizontalStackFillet", 'BarHorizontalStackFillet'); _defineProperty(this, "BarBidirectional", 'BarBidirectional'); _defineProperty(this, "BarZebra", 'BarZebra'); _defineProperty(this, "BarLineZebra", 'BarLineZebra'); _defineProperty(this, "BarCone", 'BarCone'); _defineProperty(this, "BarLine", 'BarLine'); _defineProperty(this, "LineBasic", 'LineBasic'); _defineProperty(this, "LineFill", 'LineFill'); _defineProperty(this, "LineStack", 'LineStack'); _defineProperty(this, "LineBar", 'LineBar'); _defineProperty(this, "LineDualAxis", 'LineDualAxis'); _defineProperty(this, "RadarBasic", 'RadarBasic'); _defineProperty(this, "RadarCircle", 'RadarCircle'); _defineProperty(this, "ScatterBasic", 'ScatterBasic'); _defineProperty(this, "PieBasic", 'PieBasic'); _defineProperty(this, "DoughnutThinShadow", 'DoughnutThinShadow'); _defineProperty(this, "DoughnutBeadSight", 'DoughnutBeadSight'); _defineProperty(this, "DoughnutBasic", 'DoughnutBasic'); _defineProperty(this, "RoseRadius", 'RoseRadius'); _defineProperty(this, "RoseArea", 'RoseArea'); _defineProperty(this, "RadialBarGraph", 'RadialBarGraph'); _defineProperty(this, "three", 'three'); _defineProperty(this, "THREE", 'THREE'); _defineProperty(this, "DigitalRollerElectronic", 'DigitalRollerElectronic'); _defineProperty(this, "DigitalRollerElectronicGradient", 'DigitalRollerElectronicGradient'); }; export { ComponentEnum as default };