;
const tickValues = Array.from(ticks).map((t) => t.querySelector('text')?.textContent);
- expect(tickValues).toStrictEqual(['0', '30', '60', '90', '120']);
+ expect(tickValues).toStrictEqual(['0', '30', '60', '90']);
});
});
diff --git a/static/examples/area/area-x.dark.png b/static/examples/area/area-x.dark.png
new file mode 100644
index 00000000..6e7a7bd1
Binary files /dev/null and b/static/examples/area/area-x.dark.png differ
diff --git a/static/examples/area/area-x.png b/static/examples/area/area-x.png
new file mode 100644
index 00000000..88f10625
Binary files /dev/null and b/static/examples/area/area-x.png differ
diff --git a/static/examples/area/area-y.dark.png b/static/examples/area/area-y.dark.png
new file mode 100644
index 00000000..c908f9b7
Binary files /dev/null and b/static/examples/area/area-y.dark.png differ
diff --git a/static/examples/area/area-y.png b/static/examples/area/area-y.png
new file mode 100644
index 00000000..cad14297
Binary files /dev/null and b/static/examples/area/area-y.png differ
diff --git a/static/examples/area/area.dark.png b/static/examples/area/area.dark.png
new file mode 100644
index 00000000..c1c6c880
Binary files /dev/null and b/static/examples/area/area.dark.png differ
diff --git a/static/examples/area/area.png b/static/examples/area/area.png
new file mode 100644
index 00000000..ed996fcc
Binary files /dev/null and b/static/examples/area/area.png differ
diff --git a/static/examples/area/streamgraph.dark.png b/static/examples/area/streamgraph.dark.png
new file mode 100644
index 00000000..f6923513
Binary files /dev/null and b/static/examples/area/streamgraph.dark.png differ
diff --git a/static/examples/area/streamgraph.png b/static/examples/area/streamgraph.png
new file mode 100644
index 00000000..5a92cbcc
Binary files /dev/null and b/static/examples/area/streamgraph.png differ
diff --git a/static/examples/cell/simpsons.dark.png b/static/examples/cell/simpsons.dark.png
new file mode 100644
index 00000000..2347292c
Binary files /dev/null and b/static/examples/cell/simpsons.dark.png differ
diff --git a/static/examples/cell/simpsons.png b/static/examples/cell/simpsons.png
new file mode 100644
index 00000000..3c2e1e82
Binary files /dev/null and b/static/examples/cell/simpsons.png differ
diff --git a/static/examples/cell/temperatures.dark.png b/static/examples/cell/temperatures.dark.png
new file mode 100644
index 00000000..e76116f2
Binary files /dev/null and b/static/examples/cell/temperatures.dark.png differ
diff --git a/static/examples/cell/temperatures.png b/static/examples/cell/temperatures.png
new file mode 100644
index 00000000..1ba2d759
Binary files /dev/null and b/static/examples/cell/temperatures.png differ
diff --git a/static/examples/custom/custom-svg.dark.png b/static/examples/custom/custom-svg.dark.png
new file mode 100644
index 00000000..532ce75f
Binary files /dev/null and b/static/examples/custom/custom-svg.dark.png differ
diff --git a/static/examples/custom/custom-svg.png b/static/examples/custom/custom-svg.png
new file mode 100644
index 00000000..3fa60b3a
Binary files /dev/null and b/static/examples/custom/custom-svg.png differ
diff --git a/static/examples/geo/inset-aspect.dark.png b/static/examples/geo/inset-aspect.dark.png
index d24cd5fe..6311faee 100644
Binary files a/static/examples/geo/inset-aspect.dark.png and b/static/examples/geo/inset-aspect.dark.png differ
diff --git a/static/examples/geo/inset-aspect.png b/static/examples/geo/inset-aspect.png
index f0ddb5ca..b7e2ca82 100644
Binary files a/static/examples/geo/inset-aspect.png and b/static/examples/geo/inset-aspect.png differ
diff --git a/static/examples/geo/us-choropleth-canvas.png b/static/examples/geo/us-choropleth-canvas.png
index 6e613106..d94028c7 100644
Binary files a/static/examples/geo/us-choropleth-canvas.png and b/static/examples/geo/us-choropleth-canvas.png differ
diff --git a/static/examples/link/metros.dark.png b/static/examples/link/metros.dark.png
new file mode 100644
index 00000000..21f16612
Binary files /dev/null and b/static/examples/link/metros.dark.png differ
diff --git a/static/examples/link/metros.png b/static/examples/link/metros.png
new file mode 100644
index 00000000..e3ca48d6
Binary files /dev/null and b/static/examples/link/metros.png differ
diff --git a/static/examples/link/spherical-link.dark.png b/static/examples/link/spherical-link.dark.png
new file mode 100644
index 00000000..26dc3cb2
Binary files /dev/null and b/static/examples/link/spherical-link.dark.png differ
diff --git a/static/examples/link/spherical-link.png b/static/examples/link/spherical-link.png
new file mode 100644
index 00000000..9a936633
Binary files /dev/null and b/static/examples/link/spherical-link.png differ
diff --git a/static/examples/rect/simple-rects.dark.png b/static/examples/rect/simple-rects.dark.png
new file mode 100644
index 00000000..7be66b87
Binary files /dev/null and b/static/examples/rect/simple-rects.dark.png differ
diff --git a/static/examples/rect/simple-rects.png b/static/examples/rect/simple-rects.png
new file mode 100644
index 00000000..3e5cd7a2
Binary files /dev/null and b/static/examples/rect/simple-rects.png differ
diff --git a/static/examples/rect/stacked-rectx.dark.png b/static/examples/rect/stacked-rectx.dark.png
new file mode 100644
index 00000000..e1755eea
Binary files /dev/null and b/static/examples/rect/stacked-rectx.dark.png differ
diff --git a/static/examples/rect/stacked-rectx.png b/static/examples/rect/stacked-rectx.png
new file mode 100644
index 00000000..8fc989e2
Binary files /dev/null and b/static/examples/rect/stacked-rectx.png differ
diff --git a/static/examples/rect/stacked-recty.dark.png b/static/examples/rect/stacked-recty.dark.png
new file mode 100644
index 00000000..502035b2
Binary files /dev/null and b/static/examples/rect/stacked-recty.dark.png differ
diff --git a/static/examples/rect/stacked-recty.png b/static/examples/rect/stacked-recty.png
new file mode 100644
index 00000000..ae6c2579
Binary files /dev/null and b/static/examples/rect/stacked-recty.png differ
diff --git a/static/examples/regression/faceted.dark.png b/static/examples/regression/faceted.dark.png
index 19ba3a54..85286163 100644
Binary files a/static/examples/regression/faceted.dark.png and b/static/examples/regression/faceted.dark.png differ
diff --git a/static/examples/regression/log.dark.png b/static/examples/regression/log.dark.png
index 34bf0e9f..6ecea135 100644
Binary files a/static/examples/regression/log.dark.png and b/static/examples/regression/log.dark.png differ
diff --git a/static/examples/rule/data-rules.dark.png b/static/examples/rule/data-rules.dark.png
new file mode 100644
index 00000000..2be84e05
Binary files /dev/null and b/static/examples/rule/data-rules.dark.png differ
diff --git a/static/examples/rule/data-rules.png b/static/examples/rule/data-rules.png
new file mode 100644
index 00000000..59332091
Binary files /dev/null and b/static/examples/rule/data-rules.png differ
diff --git a/static/examples/rule/min-max.dark.png b/static/examples/rule/min-max.dark.png
new file mode 100644
index 00000000..d4dde1ed
Binary files /dev/null and b/static/examples/rule/min-max.dark.png differ
diff --git a/static/examples/rule/min-max.png b/static/examples/rule/min-max.png
new file mode 100644
index 00000000..00b23562
Binary files /dev/null and b/static/examples/rule/min-max.png differ
diff --git a/static/examples/rule/y-baseline.dark.png b/static/examples/rule/y-baseline.dark.png
new file mode 100644
index 00000000..81cf7d5e
Binary files /dev/null and b/static/examples/rule/y-baseline.dark.png differ
diff --git a/static/examples/rule/y-baseline.png b/static/examples/rule/y-baseline.png
new file mode 100644
index 00000000..9c6830d7
Binary files /dev/null and b/static/examples/rule/y-baseline.png differ
diff --git a/static/examples/vector/spike-map.dark.png b/static/examples/vector/spike-map.dark.png
new file mode 100644
index 00000000..2428f70e
Binary files /dev/null and b/static/examples/vector/spike-map.dark.png differ
diff --git a/static/examples/vector/spike-map.png b/static/examples/vector/spike-map.png
new file mode 100644
index 00000000..5e5b6722
Binary files /dev/null and b/static/examples/vector/spike-map.png differ
diff --git a/static/examples/vector/wind.dark.png b/static/examples/vector/wind.dark.png
new file mode 100644
index 00000000..6b2dcc9d
Binary files /dev/null and b/static/examples/vector/wind.dark.png differ
diff --git a/static/examples/vector/wind.png b/static/examples/vector/wind.png
new file mode 100644
index 00000000..24fbe1ed
Binary files /dev/null and b/static/examples/vector/wind.png differ
pFad - Phonifier reborn
Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.
Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.
Alternative Proxies:
Alternative Proxy
pFad Proxy
pFad v3 Proxy
pFad v4 Proxy