diff --git a/src/lib/components/FinancialChart.svelte b/src/lib/components/FinancialChart.svelte index 9b3cf8da..9319912d 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" }, }, diff --git a/src/routes/stocks/[tickerID]/financials/+page.svelte b/src/routes/stocks/[tickerID]/financials/+page.svelte index bb149a89..d7f60e49 100644 --- a/src/routes/stocks/[tickerID]/financials/+page.svelte +++ b/src/routes/stocks/[tickerID]/financials/+page.svelte @@ -502,7 +502,7 @@ displayStatement={item?.key} {filterRule} {processedData} - color={["#e5009d", "#9203e8", "#ff0831", "#07c8f9"][ + color={["#ff00cc", "#37ff00", "#0c63e7", "#07c8f9"][ i % 4 ]} /> diff --git a/src/routes/stocks/[tickerID]/financials/balance-sheet/+page.svelte b/src/routes/stocks/[tickerID]/financials/balance-sheet/+page.svelte index 39063595..8f6001e5 100644 --- a/src/routes/stocks/[tickerID]/financials/balance-sheet/+page.svelte +++ b/src/routes/stocks/[tickerID]/financials/balance-sheet/+page.svelte @@ -537,7 +537,7 @@ displayStatement={item?.key} {filterRule} {processedData} - color={["#e5009d", "#9203e8", "#ff0831", "#07c8f9"][ + color={["#ff00cc", "#37ff00", "#0c63e7", "#07c8f9"][ i % 4 ]} /> diff --git a/src/routes/stocks/[tickerID]/financials/cash-flow/+page.svelte b/src/routes/stocks/[tickerID]/financials/cash-flow/+page.svelte index 5b10bf7b..c33c0070 100644 --- a/src/routes/stocks/[tickerID]/financials/cash-flow/+page.svelte +++ b/src/routes/stocks/[tickerID]/financials/cash-flow/+page.svelte @@ -499,7 +499,7 @@ displayStatement={item?.key} {filterRule} {processedData} - color={["#e5009d", "#9203e8", "#ff0831", "#07c8f9"][ + color={["#ff00cc", "#37ff00", "#0c63e7", "#07c8f9"][ i % 4 ]} /> diff --git a/src/routes/stocks/[tickerID]/financials/ratios/+page.svelte b/src/routes/stocks/[tickerID]/financials/ratios/+page.svelte index a02bfcd7..f6fcab75 100644 --- a/src/routes/stocks/[tickerID]/financials/ratios/+page.svelte +++ b/src/routes/stocks/[tickerID]/financials/ratios/+page.svelte @@ -488,7 +488,7 @@ displayStatement={item?.key} {filterRule} {processedData} - color={["#e5009d", "#9203e8", "#ff0831", "#07c8f9"][ + color={["#ff00cc", "#37ff00", "#0c63e7", "#07c8f9"][ i % 4 ]} />