svelteplot 0.5.3-pr-255.2 → 0.5.3-pr-255.3

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.
package/dist/Plot.svelte CHANGED
@@ -76,8 +76,6 @@
76
76
  if (Array.isArray(scaleOptions)) return { domain: scaleOptions };
77
77
  return scaleOptions || {};
78
78
  }
79
-
80
- $inspect({ scales });
81
79
  </script>
82
80
 
83
81
  {#snippet header()}
@@ -130,7 +130,7 @@
130
130
  untrack(() => $autoMarginLeft);
131
131
  untrack(() => $autoMarginRight);
132
132
  $autoMarginLeft.set(id, 5);
133
- $autoMarginRight.set(id, 5);
133
+ $autoMarginRight.set(id, 10);
134
134
  });
135
135
 
136
136
  $effect(() => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "svelteplot",
3
- "version": "0.5.3-pr-255.2",
3
+ "version": "0.5.3-pr-255.3",
4
4
  "license": "ISC",
5
5
  "author": {
6
6
  "name": "Gregor Aisch",