UNPKG

@antv/g2

Version:

the Grammar of Graphics in Javascript

10 lines 305 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Cartesian = void 0; /** * Default coordinate transformation for all charts. */ const Cartesian = () => [['cartesian']]; exports.Cartesian = Cartesian; exports.Cartesian.props = {}; //# sourceMappingURL=cartesian.js.map