@@ -779,7 +779,7 @@
>
{#each xData as item}
| {"FY" + item} |
{/each}
@@ -794,7 +794,7 @@
{#each tableCombinedRevenue as item}
{item?.val === "0.00" ||
item?.val === null ||
@@ -813,7 +813,7 @@
{#each computeGrowthList(tableActualRevenue, tableCombinedRevenue) as item, index}
|
{#if index === 0 || item?.growth === null}
n/a
@@ -848,7 +848,7 @@
{#each tableCombinedEPS as item}
|
{item?.val === "0.00" ||
item?.val === null ||
@@ -867,7 +867,7 @@
{#each computeGrowthList(tableActualEPS, tableCombinedEPS) as item, index}
|
{#if index === 0 || item?.growth === null}
n/a
@@ -901,7 +901,7 @@
{#each tableCombinedNetIncome as item}
|
{item?.val === "0.00" ||
item?.val === null ||
@@ -920,7 +920,7 @@
{#each computeGrowthList(tableActualNetIncome, tableCombinedNetIncome) as item, index}
|
{#if index === 0 || item?.growth === null}
n/a
@@ -955,7 +955,7 @@
{#each tableCombinedEbitda as item}
|
{item?.val === "0.00" ||
item?.val === null ||
@@ -974,7 +974,7 @@
{#each computeGrowthList(tableActualEbitda, tableCombinedEbitda) as item, index}
|
{#if index === 0 || item?.growth === null}
n/a
@@ -1008,7 +1008,7 @@
>
{#each tableCombinedRevenue as item}
|
{#if item?.FY > 24}
{item?.numOfAnalysts === (null || 0)
diff --git a/src/lib/components/BorrowedShare.svelte b/src/lib/components/BorrowedShare.svelte
index 2a048d51..14cd0371 100644
--- a/src/lib/components/BorrowedShare.svelte
+++ b/src/lib/components/BorrowedShare.svelte
@@ -26,7 +26,7 @@
-
+
diff --git a/src/lib/components/ClinicalTrial.svelte b/src/lib/components/ClinicalTrial.svelte
index e112a052..f77bc159 100644
--- a/src/lib/components/ClinicalTrial.svelte
+++ b/src/lib/components/ClinicalTrial.svelte
@@ -29,7 +29,7 @@
-
+
@@ -45,15 +45,15 @@
- | Drug |
- Stage |
- Phase Status |
- Result |
+ Drug |
+ Stage |
+ Phase Status |
+ Result |
{#each displayList as item,index}
- handleViewData(item)} class="border-y border-gray-800 odd:bg-odd sm:hover:bg-[#245073] sm:hover:bg-opacity-[0.2] bg-[#09090B] border-b-[#09090B] cursor-pointer">
+ handleViewData(item)} class="border-y border-gray-800 odd:bg-odd sm:hover:bg-[#245073] sm:hover:bg-opacity-[0.2] bg-default border-b-[#09090B] cursor-pointer">
|
{item["Interventions"]?.length === 0 ? '-' : item["Interventions"]?.length > charNumber ? formatString(item["Interventions"]?.slice(0,charNumber)) + "..." : formatString(item["Interventions"])}
@@ -223,7 +223,7 @@
|
| Start Date |
{trialStart} |
| End Date |
{trialEnd} |
| Study Status |
{trialStage} |
| Phase Status |
{trialPhase} |
| Study Results |
{trialResult} |
| Sex |
{formatString(trialSex)} |
| Age |
|
| Sponsor |
{trialSponsor} |
| Enrollment |
{trialEnrollment} |
| Study Type |
{trialStudyType} |
| Funder Type |
{trialFunderType} |
| Website |
+
Explore {$displayCompanyName}'s lobbying strategy by analyzing
diff --git a/src/lib/components/Correlation.svelte b/src/lib/components/Correlation.svelte
index 7ea22788..01e12b9d 100644
--- a/src/lib/components/Correlation.svelte
+++ b/src/lib/components/Correlation.svelte
@@ -112,7 +112,7 @@
>
stockSelector(item?.symbol)}
- class="flex-shrink-0 mr-3 rounded-full w-8 h-8 sm:w-10 sm:h-10 relative bg-[#09090B]"
+ class="flex-shrink-0 mr-3 rounded-full w-8 h-8 sm:w-10 sm:h-10 relative bg-default"
>
![]()
-
+
Name |
{$displayCompanyName?.length > 30
? $displayCompanyName?.slice(0, 30) + "..."
: $displayCompanyName} |
Ticker |
{$cryptoTicker} |
|
@@ -117,19 +117,19 @@
style="font-size: 0.8rem"
>
Mkt Cap |
{abbreviateNumber(marketCap, true)} |
Total Volume |
{abbreviateNumber(totalVolume)} |
@@ -139,19 +139,19 @@
style="font-size: 0.8rem"
>
Circulating Supply |
{abbreviateNumber(circulatingSupply)} |
Max Supply |
{maxSupply !== null
? abbreviateNumber(maxSupply)
: "Uncapped"} |
ATH Price |
${new Intl.NumberFormat("en", {
minimumFractionDigits: 2,
maximumFractionDigits: 2,
}).format(athPrice)} |
ATH Date |
{new Date(athDate).toLocaleString("en-US", {
month: "short",
day: "numeric",
diff --git a/src/lib/components/DCF.svelte b/src/lib/components/DCF.svelte
index cc534c0f..3200d38d 100644
--- a/src/lib/components/DCF.svelte
+++ b/src/lib/components/DCF.svelte
@@ -244,7 +244,7 @@
{#if isLoaded}
{#if fairPrice !== null}
-
+
diff --git a/src/lib/components/DividendAnnouncement.svelte b/src/lib/components/DividendAnnouncement.svelte
index 484a0678..115a7679 100644
--- a/src/lib/components/DividendAnnouncement.svelte
+++ b/src/lib/components/DividendAnnouncement.svelte
@@ -56,7 +56,7 @@
{$displayCompanyName} has announced its upcoming dividend details on {new Date(
diff --git a/src/lib/components/DividendCard.svelte b/src/lib/components/DividendCard.svelte
index ba2c19bf..85397df5 100644
--- a/src/lib/components/DividendCard.svelte
+++ b/src/lib/components/DividendCard.svelte
@@ -24,7 +24,7 @@
: 'hidden'}"
>
| Ex-Dividend |
Payment Date |
Amount |
@@ -62,7 +62,7 @@
{#each dividendHistoryList?.slice(0, 5) as item}
|
{new Date(item?.date)?.toLocaleString("en-US", {
diff --git a/src/lib/components/DownloadData.svelte b/src/lib/components/DownloadData.svelte
index e42ebbbb..105ecb28 100644
--- a/src/lib/components/DownloadData.svelte
+++ b/src/lib/components/DownloadData.svelte
@@ -55,7 +55,7 @@
| | |