diff --git a/src/routes/etf/[tickerID]/options/+page.svelte b/src/routes/etf/[tickerID]/options/+page.svelte index 4d455517..109340b7 100644 --- a/src/routes/etf/[tickerID]/options/+page.svelte +++ b/src/routes/etf/[tickerID]/options/+page.svelte @@ -234,6 +234,7 @@ width: 2, // Set the width of the line }, smooth: true, // Optional: make the line smooth + showSymbol: false, }, ], }; diff --git a/src/routes/stocks/[tickerID]/options/+page.svelte b/src/routes/stocks/[tickerID]/options/+page.svelte index 73740757..ae8a2f88 100644 --- a/src/routes/stocks/[tickerID]/options/+page.svelte +++ b/src/routes/stocks/[tickerID]/options/+page.svelte @@ -234,6 +234,7 @@ width: 2, // Set the width of the line }, smooth: true, // Optional: make the line smooth + showSymbol: false, }, ], };