UNPKG

@antv/g2

Version:

the Grammar of Graphics in Javascript

25 lines 638 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ConstantScale = exports.DiscreteScale = exports.DistributionScale = exports.ContinuousScale = void 0; exports.ContinuousScale = { linear: 'linear', identity: 'identity', log: 'log', pow: 'pow', sqrt: 'sqrt', sequential: 'sequential', }; exports.DistributionScale = { threshold: 'threshold', quantize: 'quantize', quantile: 'quantile', }; exports.DiscreteScale = { ordinal: 'ordinal', band: 'band', point: 'point', }; exports.ConstantScale = { constant: 'constant', }; //# sourceMappingURL=scale.js.map