svelteplot 0.5.3-pr-255.4 → 0.5.3-pr-255.6

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.
@@ -65,7 +65,7 @@ export function wafflePolygon(y, options, scales) {
65
65
  const y1val = d.resolved[y1];
66
66
  const y2val = d.resolved[y2];
67
67
  const P = wafflePoints(round(y1val / unit), round(y2val / unit), multiple).map(transform);
68
- const c = P.pop();
68
+ P.pop();
69
69
  const id = getPatternId();
70
70
  const pos = [d[x] + tx + mx, y0];
71
71
  return {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "svelteplot",
3
- "version": "0.5.3-pr-255.4",
3
+ "version": "0.5.3-pr-255.6",
4
4
  "license": "ISC",
5
5
  "author": {
6
6
  "name": "Gregor Aisch",