diff --git a/docs/src/examples/BarChart/sparkbar-fixed-position-tooltip.svelte b/docs/src/examples/BarChart/sparkbar-fixed-position-tooltip.svelte
index 6c7b47190..33c2837bd 100644
--- a/docs/src/examples/BarChart/sparkbar-fixed-position-tooltip.svelte
+++ b/docs/src/examples/BarChart/sparkbar-fixed-position-tooltip.svelte
@@ -32,7 +32,7 @@
{format(data.date, 'day')}
- {data.value}
+ {format(data.value, 'decimal')}
{/snippet}
diff --git a/docs/src/examples/BarChart/sparkbar-within-a-paragraph-with-tooltip-and-highlight.svelte b/docs/src/examples/BarChart/sparkbar-within-a-paragraph-with-tooltip-and-highlight.svelte
index c096db7b9..571032504 100644
--- a/docs/src/examples/BarChart/sparkbar-within-a-paragraph-with-tooltip-and-highlight.svelte
+++ b/docs/src/examples/BarChart/sparkbar-within-a-paragraph-with-tooltip-and-highlight.svelte
@@ -1,6 +1,7 @@