cartesian.js 305 B

12345678910
  1. "use strict";
  2. Object.defineProperty(exports, "__esModule", { value: true });
  3. exports.Cartesian = void 0;
  4. /**
  5. * Default coordinate transformation for all charts.
  6. */
  7. const Cartesian = () => [['cartesian']];
  8. exports.Cartesian = Cartesian;
  9. exports.Cartesian.props = {};
  10. //# sourceMappingURL=cartesian.js.map