UNPKG

@qn-pandora/pandora-visualization

Version:

Pandora 通用可视化库

9 lines (8 loc) 294 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.percentageCharts = void 0; var chart_style_1 = require("../../../constants/chart-style"); exports.percentageCharts = [ chart_style_1.ChartType.PercentageArea, chart_style_1.ChartType.PercentageLine ];