@visactor/vchart
Version:
charts lib based @visactor/VGrammar
22 lines (20 loc) • 1.91 kB
JavaScript
export var ComponentTypeEnum;
!function(ComponentTypeEnum) {
ComponentTypeEnum.cartesianAxis = "cartesianAxis", ComponentTypeEnum.cartesianBandAxis = "cartesianAxis-band",
ComponentTypeEnum.cartesianLinearAxis = "cartesianAxis-linear", ComponentTypeEnum.cartesianTimeAxis = "cartesianAxis-time",
ComponentTypeEnum.cartesianLogAxis = "cartesianAxis-log", ComponentTypeEnum.cartesianSymlogAxis = "cartesianAxis-symlog",
ComponentTypeEnum.polarAxis = "polarAxis", ComponentTypeEnum.polarBandAxis = "polarAxis-band",
ComponentTypeEnum.polarLinearAxis = "polarAxis-linear", ComponentTypeEnum.crosshair = "crosshair",
ComponentTypeEnum.cartesianCrosshair = "cartesianCrosshair", ComponentTypeEnum.polarCrosshair = "polarCrosshair",
ComponentTypeEnum.dataZoom = "dataZoom", ComponentTypeEnum.geoCoordinate = "geoCoordinate",
ComponentTypeEnum.indicator = "indicator", ComponentTypeEnum.discreteLegend = "discreteLegend",
ComponentTypeEnum.continuousLegend = "continuousLegend", ComponentTypeEnum.colorLegend = "colorLegend",
ComponentTypeEnum.sizeLegend = "sizeLegend", ComponentTypeEnum.markLine = "markLine",
ComponentTypeEnum.markArea = "markArea", ComponentTypeEnum.markPoint = "markPoint",
ComponentTypeEnum.polarMarkLine = "polarMarkLine", ComponentTypeEnum.polarMarkArea = "polarMarkArea",
ComponentTypeEnum.polarMarkPoint = "polarMarkPoint", ComponentTypeEnum.geoMarkPoint = "geoMarkPoint",
ComponentTypeEnum.tooltip = "tooltip", ComponentTypeEnum.title = "title", ComponentTypeEnum.player = "player",
ComponentTypeEnum.scrollBar = "scrollBar", ComponentTypeEnum.label = "label", ComponentTypeEnum.totalLabel = "totalLabel",
ComponentTypeEnum.brush = "brush", ComponentTypeEnum.poptip = "poptip", ComponentTypeEnum.customMark = "customMark";
}(ComponentTypeEnum || (ComponentTypeEnum = {}));
//# sourceMappingURL=type.js.map