We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 743ffc9 commit 2eb64b2Copy full SHA for 2eb64b2
1 file changed
test/plots/raster-penguins.ts
@@ -31,5 +31,5 @@ test(async function rasterPenguinsBlur() {
31
test(async function rasterPenguinsCSS4() {
32
// observable10 converted to oklch
33
const scale = d3.scaleOrdinal(["oklch(71.83% 0.176 30.86)", "oklch(54.8% 0.165 265.62)", "oklch(79.71% 0.16 82.35)"]);
34
- return rasterPenguins({interpolate: "random-walk", fill: (d: string) => scale(d.island)});
+ return rasterPenguins({interpolate: "random-walk", fill: (d: any) => scale(d.island)});
35
});
0 commit comments