From bd705582a4846d21b5cad1c69e8eea9b73fb2450 Mon Sep 17 00:00:00 2001 From: MuslemRahimi Date: Thu, 7 Nov 2024 13:53:07 +0100 Subject: [PATCH] update plot --- src/routes/etf/[tickerID]/options/+page.svelte | 1 + src/routes/stocks/[tickerID]/options/+page.svelte | 1 + 2 files changed, 2 insertions(+) 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, }, ], };