diff --git a/src/routes/stocks/[tickerID]/+page.svelte b/src/routes/stocks/[tickerID]/+page.svelte index 59c558cf..1ab22625 100644 --- a/src/routes/stocks/[tickerID]/+page.svelte +++ b/src/routes/stocks/[tickerID]/+page.svelte @@ -69,7 +69,7 @@ const minValue = Math.min(...rawData?.map((item) => item?.close)); const maxValue = Math.max(...rawData?.map((item) => item?.close)); - const padding = 0.015; // 1.5% + const padding = 0.015; const yMin = minValue * (1 - padding); const yMax = maxValue * (1 + padding); @@ -751,10 +751,7 @@ {#if output !== null && config !== null && dataMapping[displayData]?.length !== 0} -
+
{:else}