| EPS |
+ >EPS |
{#each epsDateList as date}
- {date} |
+ {date} |
{/each}
@@ -605,21 +617,27 @@
>High
{#each highEPSList as val}
- {abbreviateNumber(val)} |
+ {abbreviateNumber(val)} |
{/each}
| Avg |
{#each avgEPSList as val}
- {abbreviateNumber(val)} |
+ {abbreviateNumber(val)} |
{/each}
| Low |
{#each lowEPSList as val}
- {abbreviateNumber(val)} |
+ {abbreviateNumber(val)} |
{/each}
diff --git a/src/routes/stocks/[tickerID]/forecast/+page.svelte b/src/routes/stocks/[tickerID]/forecast/+page.svelte
index b787840d..2beaf001 100644
--- a/src/routes/stocks/[tickerID]/forecast/+page.svelte
+++ b/src/routes/stocks/[tickerID]/forecast/+page.svelte
@@ -370,6 +370,7 @@
yAxis: {
type: "value",
axisLabel: {
+ color: "#fff",
formatter: (value) => `$${value.toFixed(0)}`,
},
@@ -579,7 +580,7 @@
| Rating |
{#each recommendationList as item}
- {new Intl.DateTimeFormat("en", {
month: "short",
year: "2-digit",
@@ -635,22 +637,27 @@
|
{#each categories as category}
- | {category} |
{#each recommendationList as entry}
- {entry[category]} |
{/each}
{/each}
- | Total |
{#each recommendationList as _, i}
-
+ |
{getTotalForDate(i)}
|
{/each}
@@ -661,7 +668,7 @@
-
+
Financial Forecast this Year
{#if data?.getAnalystEstimate?.length !== 0}