svelteplot 0.2.8-pr-78.0 → 0.2.8-pr-78.1

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.
@@ -85,7 +85,7 @@
85
85
  tickCount != null
86
86
  ? tickCount
87
87
  : tickSpacing != null
88
- ? Math.max(3, Math.round(plot.facetWidth / tickSpacing))
88
+ ? Math.max(3, Math.round(plot.facetHeight / tickSpacing))
89
89
  : Math.max(2, Math.round(plot.facetHeight / plot.options.y.tickSpacing))
90
90
  );
91
91
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "svelteplot",
3
- "version": "0.2.8-pr-78.0",
3
+ "version": "0.2.8-pr-78.1",
4
4
  "license": "ISC",
5
5
  "author": {
6
6
  "name": "Gregor Aisch",