UNPKG

@visactor/vchart

Version:

charts lib based @visactor/VGrammar

17 lines (12 loc) 450 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: !0 }), exports.BoxPlotSeriesSpecTransformer = void 0; const base_1 = require("../base"); class BoxPlotSeriesSpecTransformer extends base_1.BaseSeriesSpecTransformer { _transformLabelSpec(spec) { this._addMarkLabelSpec(spec, "boxPlot"); } } exports.BoxPlotSeriesSpecTransformer = BoxPlotSeriesSpecTransformer; //# sourceMappingURL=box-plot-transformer.js.map