UNPKG

@qn-pandora/pandora-visualization

Version:

Pandora 通用可视化库

16 lines (15 loc) 508 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.sizeTypeOpts = void 0; var type_1 = require("../../../constants/language/two_dimension/type"); var chart_style_1 = require("../../../constants/chart-style"); exports.sizeTypeOpts = [ { value: chart_style_1.ESizeType.Dynamic, item: type_1.TowDimensionLocale.bubble.dynamicType }, { value: chart_style_1.ESizeType.Static, item: type_1.TowDimensionLocale.bubble.staticType } ];