diff --git a/src/routes/stocks/[tickerID]/insider/+page.svelte b/src/routes/stocks/[tickerID]/insider/+page.svelte index 30ae3b93..273d9b3d 100644 --- a/src/routes/stocks/[tickerID]/insider/+page.svelte +++ b/src/routes/stocks/[tickerID]/insider/+page.svelte @@ -135,6 +135,7 @@ const handleMessage = async (event) => { boundaryGap: false, data: dates, axisLabel: { + color: '#fff', formatter: function (value) { // Assuming dates are in the format 'yyyy-mm-dd' const dateParts = value.split('-'); @@ -148,6 +149,7 @@ const handleMessage = async (event) => { { type: 'value', axisLabel: { + color: '#fff', formatter: '${value}', }, splitLine: { @@ -499,14 +501,14 @@ onMount(async() => { {/if} -