svelteplot 0.10.3-pr-480.1 → 0.10.3-pr-480.2

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.
@@ -238,6 +238,7 @@
238
238
  </script>
239
239
 
240
240
  {#if filteredData.length}
241
+ <!-- TODO: when canvas rendering is requested, render both marks in same <canvas> -->
241
242
  <g class="regression-{independent} {className || ''}">
242
243
  <Line
243
244
  data={regrData}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "svelteplot",
3
- "version": "0.10.3-pr-480.1",
3
+ "version": "0.10.3-pr-480.2",
4
4
  "description": "A Svelte-native data visualization framework based on the layered grammar of graphics principles.",
5
5
  "keywords": [
6
6
  "svelte",