gofish-graphics 0.0.13 → 0.0.14

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 +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -8105,7 +8105,7 @@ class $e {
8105
8105
  defs: f,
8106
8106
  axes: d = !1
8107
8107
  }) {
8108
- return this._render(this._data, "root").render(i, {
8108
+ return this._render(this._data, "root").setShared([!0, !0]).render(i, {
8109
8109
  w: n,
8110
8110
  h: a,
8111
8111
  transform: c,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gofish-graphics",
3
- "version": "0.0.13",
3
+ "version": "0.0.14",
4
4
  "description": "A library for creating charts",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",