gofish-graphics 0.0.17 → 0.0.18

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 +2 -2
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -7528,7 +7528,7 @@ class Le {
7528
7528
  )
7529
7529
  );
7530
7530
  }
7531
- NODE_render(n, {
7531
+ render(n, {
7532
7532
  w: i,
7533
7533
  h: o,
7534
7534
  x: a,
@@ -10096,7 +10096,7 @@ class Ze {
10096
10096
  defs: u,
10097
10097
  axes: f = !1
10098
10098
  }) {
10099
- return this._render(this._data, "root").setShared([!0, !0]).NODE_render(n, {
10099
+ return this._render(this._data, "root").setShared([!0, !0]).render(n, {
10100
10100
  w: i,
10101
10101
  h: o,
10102
10102
  transform: a,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gofish-graphics",
3
- "version": "0.0.17",
3
+ "version": "0.0.18",
4
4
  "description": "A library for creating charts",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",