From 4d311421bd5015f1298bc0e5988715ee5cd86504 Mon Sep 17 00:00:00 2001 From: MuslemRahimi Date: Thu, 27 Feb 2025 17:11:30 +0100 Subject: [PATCH] change text size --- src/lib/components/FinancialChart.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/components/FinancialChart.svelte b/src/lib/components/FinancialChart.svelte index 69bea63b..9b3cf8da 100644 --- a/src/lib/components/FinancialChart.svelte +++ b/src/lib/components/FinancialChart.svelte @@ -45,7 +45,7 @@ }, }, title: { - text: `

${labelName}

`, + text: `

${labelName}

`, useHTML: true, style: { color: "white" }, },