svelteplot 0.2.9-pr-109.0 → 0.2.9-pr-109.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.
@@ -123,7 +123,7 @@
123
123
  );
124
124
 
125
125
  let confBandGen = $derived(
126
- confidence !== false
126
+ confidence !== false && regression.predict
127
127
  ? confidenceInterval(
128
128
  data
129
129
  .map((d) => ({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "svelteplot",
3
- "version": "0.2.9-pr-109.0",
3
+ "version": "0.2.9-pr-109.1",
4
4
  "license": "ISC",
5
5
  "author": {
6
6
  "name": "Gregor Aisch",