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" }, },