diff --git a/src/lib/components/Options/TickerFlow.svelte b/src/lib/components/Options/TickerFlow.svelte
index e73314bd..d90585cc 100644
--- a/src/lib/components/Options/TickerFlow.svelte
+++ b/src/lib/components/Options/TickerFlow.svelte
@@ -1,32 +1,8 @@
@@ -334,7 +54,7 @@
>
- {#if optionsData !== null}
+ {#if tickerFlow?.length > 0}
-
+
{/if}
@@ -441,20 +149,3 @@
-
-
diff --git a/src/lib/components/Options/UnusualActivity.svelte b/src/lib/components/Options/UnusualActivity.svelte
index 8cad5266..afff4d11 100644
--- a/src/lib/components/Options/UnusualActivity.svelte
+++ b/src/lib/components/Options/UnusualActivity.svelte
@@ -156,6 +156,7 @@
backgroundColor: "#09090B",
plotBackgroundColor: "#09090B",
height: 360,
+ width: 850,
animation: false,
},
title: {
diff --git a/src/routes/market-flow/+layout.svelte b/src/routes/market-flow/+layout.svelte
index f155342c..d769cddf 100644
--- a/src/routes/market-flow/+layout.svelte
+++ b/src/routes/market-flow/+layout.svelte
@@ -36,7 +36,7 @@
-
+
{/if}
@@ -742,3 +738,10 @@
+
+
diff --git a/src/routes/market-flow/sector-flow/+page.svelte b/src/routes/market-flow/sector-flow/+page.svelte
index 1b76b12d..e1054205 100644
--- a/src/routes/market-flow/sector-flow/+page.svelte
+++ b/src/routes/market-flow/sector-flow/+page.svelte
@@ -283,7 +283,6 @@
backgroundColor: "#09090B",
plotBackgroundColor: "#09090B",
height: 360, // Set the maximum height for the chart
- width: 970,
animation: false,
},
diff --git a/src/routes/stocks/[tickerID]/options/+page.svelte b/src/routes/stocks/[tickerID]/options/+page.svelte
index 97da0682..65810f33 100644
--- a/src/routes/stocks/[tickerID]/options/+page.svelte
+++ b/src/routes/stocks/[tickerID]/options/+page.svelte
@@ -305,7 +305,7 @@
{/if}
{#if tickerFlow?.length > 0}
-