diff --git a/src/lib/components/DCF.svelte b/src/lib/components/DCF.svelte
index bc8804e6..aa715afa 100644
--- a/src/lib/components/DCF.svelte
+++ b/src/lib/components/DCF.svelte
@@ -36,6 +36,7 @@
bottom: '0%',
containLabel: true,
},
+ animation: $screenWidth < 640 ? false: true,
silent: true,
xAxis: {
type: 'value',
diff --git a/src/lib/components/Lazy.svelte b/src/lib/components/Lazy.svelte
index 9d862d55..31cc835d 100644
--- a/src/lib/components/Lazy.svelte
+++ b/src/lib/components/Lazy.svelte
@@ -19,5 +19,11 @@
{#if show}
{:else}
-
+
{/if}
\ No newline at end of file
diff --git a/src/lib/components/PriceAnalysis.svelte b/src/lib/components/PriceAnalysis.svelte
index 2d524319..58680519 100644
--- a/src/lib/components/PriceAnalysis.svelte
+++ b/src/lib/components/PriceAnalysis.svelte
@@ -311,12 +311,7 @@ $: {
- {:else}
-
- No data available
-
-
-
+
{/if}
{:else}
diff --git a/src/routes/stocks/[tickerID]/+page.svelte b/src/routes/stocks/[tickerID]/+page.svelte
index 14a0dd97..f5715770 100644
--- a/src/routes/stocks/[tickerID]/+page.svelte
+++ b/src/routes/stocks/[tickerID]/+page.svelte
@@ -1270,7 +1270,7 @@ function changeChartType() {
{/await}
-
+
{#await import('$lib/components/TrendAnalysis.svelte') then {default: Comp}}