gofish-graphics 0.0.9 → 0.0.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/index.js +7 -5
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -5527,12 +5527,14 @@ class En {
5527
5527
  render(i, {
5528
5528
  w: r,
5529
5529
  h: a,
5530
- transform: f,
5531
- debug: l = !1,
5532
- defs: h,
5533
- axes: m = !1
5530
+ x: f,
5531
+ y: l,
5532
+ transform: h,
5533
+ debug: m = !1,
5534
+ defs: d,
5535
+ axes: p = !1
5534
5536
  }) {
5535
- return pu(i, { w: r, h: a, transform: f, debug: l, defs: h, axes: m }, this);
5537
+ return pu(i, { w: r, h: a, x: f, y: l, transform: h, debug: m, defs: d, axes: p }, this);
5536
5538
  }
5537
5539
  name(i) {
5538
5540
  return this._name = i, this;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gofish-graphics",
3
- "version": "0.0.9",
3
+ "version": "0.0.10",
4
4
  "description": "A library for creating charts",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",