cartesian.js 168 B

123456
  1. /**
  2. * Default coordinate transformation for all charts.
  3. */
  4. export const Cartesian = () => [['cartesian']];
  5. Cartesian.props = {};
  6. //# sourceMappingURL=cartesian.js.map