| 12345678910 |
- "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
|