UNPKG

@visactor/vchart

Version:

charts lib based @visactor/VGrammar

19 lines (17 loc) 1.79 kB
export var SeriesTypeForThemeEnum; !function(SeriesTypeForThemeEnum) { SeriesTypeForThemeEnum.area_horizontal = "area_horizontal", SeriesTypeForThemeEnum.area_vertical = "area_vertical", SeriesTypeForThemeEnum.area_stack = "area_stack", SeriesTypeForThemeEnum.line_horizontal = "line_horizontal", SeriesTypeForThemeEnum.line_vertical = "line_vertical", SeriesTypeForThemeEnum.line_stack = "line_stack", SeriesTypeForThemeEnum.bar_horizontal = "bar_horizontal", SeriesTypeForThemeEnum.bar_vertical = "bar_vertical", SeriesTypeForThemeEnum.bar_stack = "bar_stack", SeriesTypeForThemeEnum.rangeColumn_horizontal = "rangeColumn_horizontal", SeriesTypeForThemeEnum.rangeColumn_vertical = "rangeColumn_vertical", SeriesTypeForThemeEnum.rangeArea_horizontal = "rangeArea_horizontal", SeriesTypeForThemeEnum.rangeArea_vertical = "rangeArea_vertical", SeriesTypeForThemeEnum.linearProgress_horizontal = "linearProgress_horizontal", SeriesTypeForThemeEnum.linearProgress_vertical = "linearProgress_vertical", SeriesTypeForThemeEnum.linearProgress_stack = "linearProgress_stack", SeriesTypeForThemeEnum.boxPlot_horizontal = "boxPlot_horizontal", SeriesTypeForThemeEnum.boxPlot_vertical = "boxPlot_vertical", SeriesTypeForThemeEnum.sankey_horizontal = "sankey_horizontal", SeriesTypeForThemeEnum.sankey_vertical = "sankey_vertical", SeriesTypeForThemeEnum.waterfall_horizontal = "waterfall_horizontal", SeriesTypeForThemeEnum.waterfall_vertical = "waterfall_vertical", SeriesTypeForThemeEnum.circularProgress_stack = "circularProgress_stack", SeriesTypeForThemeEnum.radar_stack = "radar_stack", SeriesTypeForThemeEnum.rose_stack = "rose_stack"; }(SeriesTypeForThemeEnum || (SeriesTypeForThemeEnum = {})); //# sourceMappingURL=theme.js.map