@sveltejs/pancake
Advanced tools
| # pancake - responsive charts. javascript optional. | ||
| [Examples](https://pancake-charts.surge.sh/) | ||
| [Background](https://dev.to/richharris/a-new-technique-for-making-responsive-javascript-free-charts-gmp) |
+4
-0
| # @sveltejs/pancake changelog | ||
| ## 0.0.14 | ||
| * Workaround Svelte bug ([#20](https://github.com/Rich-Harris/pancake/pull/20)) | ||
| ## 0.0.13 | ||
@@ -4,0 +8,0 @@ |
@@ -26,4 +26,4 @@ <script> | ||
| $: style = orientation === HORIZONTAL | ||
| ? (y, i) => `width: 100%; height: 0; top: ${$y(y, i)}%` | ||
| : (x, i) => `width: 0; height: 100%; left: ${$x(x, i)}%`; | ||
| ? (n, i) => `width: 100%; height: 0; top: ${$y(n, i)}%` | ||
| : (n, i) => `width: 0; height: 100%; left: ${$x(n, i)}%`; | ||
| </script> | ||
@@ -30,0 +30,0 @@ |
+1
-1
| { | ||
| "name": "@sveltejs/pancake", | ||
| "version": "0.0.13", | ||
| "version": "0.0.14", | ||
| "description": "Experimental charting library for Svelte", | ||
@@ -5,0 +5,0 @@ "module": "index.mjs", |
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
17775
1.69%21
5%0
-100%6
Infinity%