From 479f59476549603fe034fe65e865d1aa40406df6 Mon Sep 17 00:00:00 2001 From: Garik Asplund <111464359+garikAsplund@users.noreply.github.com> Date: Fri, 21 Nov 2025 14:23:21 -0800 Subject: [PATCH] Fix choropleth example Fixes #687 by switching away from wrongly implemented nullish coalescing operator. There are probably a couple different ways to do this, so this is just one that seems simple and effective. --- .../layerchart/src/routes/docs/examples/Choropleth/+page.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/layerchart/src/routes/docs/examples/Choropleth/+page.svelte b/packages/layerchart/src/routes/docs/examples/Choropleth/+page.svelte index ee8d2a8bc..647320899 100644 --- a/packages/layerchart/src/routes/docs/examples/Choropleth/+page.svelte +++ b/packages/layerchart/src/routes/docs/examples/Choropleth/+page.svelte @@ -114,7 +114,7 @@ />