diff --git a/src/lib/components/AnalystEstimate.svelte b/src/lib/components/AnalystEstimate.svelte index 865814f1..9615ca7c 100644 --- a/src/lib/components/AnalystEstimate.svelte +++ b/src/lib/components/AnalystEstimate.svelte @@ -292,9 +292,9 @@ $: {
| Year | +Year | {#each ($screenWidth >= 640 ? xData?.slice(-6) : xData) as item} -{'FY'+item} | +{'FY'+item} | {/each}|||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| + | Actual | {#each ($screenWidth >= 640 ? tableDataActual?.slice(-6) : tableDataActual) as item} -+ | {(item?.val === '0.00' || item?.val === null) ? '-' : item?.val} | {/each} diff --git a/src/lib/components/ShareHolders.svelte b/src/lib/components/ShareHolders.svelte index b63c8af5..01ff5782 100644 --- a/src/lib/components/ShareHolders.svelte +++ b/src/lib/components/ShareHolders.svelte @@ -235,25 +235,25 @@ $: {|||||||||||
| + | {item?.investorName?.length > charNumber ? formatString(item?.investorName?.slice(0,charNumber)) + "..." : formatString(item?.investorName)} | -+ | {item?.ownership <= 0.01 ? "< 0.01%" : item?.ownership?.toFixed(2)+'%'} | - - -+ | {item?.weight <= 0.01 ? "< 0.01%" : item?.weight?.toFixed(2)+'%'} | diff --git a/src/lib/components/SignalBar.svelte b/src/lib/components/SignalBar.svelte index 328aa3bd..27929efe 100644 --- a/src/lib/components/SignalBar.svelte +++ b/src/lib/components/SignalBar.svelte @@ -6,7 +6,7 @@ export let signal; {#if signal === 'Strong Buy'}|||||||||
| Name | -Value | -Signal | +Name | +Value | +Signal | |||||||||
| {item?.name} | -- + | + {item?.value} |