Skip to content

Commit f95ead0

Browse files
committed
Remove geographic-hierarchy-flat.json to allow for build
1 parent a064ee2 commit f95ead0

File tree

4 files changed

+3
-277595
lines changed

4 files changed

+3
-277595
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/lib/components/data-vis/position-chart/PositionChart.svelte

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@
1313
chartHeight = 24,
1414
} = $props();
1515
16-
$inspect(value, "value");
17-
1816
const range = Array.from({ length: 10 }, (_, i) => i);
1917
2018
// the 'chart' is the bar and the marker - its height is a prop and its width is binded to clientWidth
@@ -69,7 +67,6 @@
6967
fill={colorScale[number]}
7068
></rect></g
7169
>{/each}
72-
{console.log(value, typeof value)}
7370
{#if typeof value === "number"}
7471
<g
7572
transform="translate({xFunction(value) + markerRadius},{chartHeight /

0 commit comments

Comments
 (0)