stockSelector(item?.asset)} class="w-full sm:hover:bg-[#245073] sm:hover:bg-opacity-[0.2] odd:bg-[#202020] {index+1 === holdings?.slice(0,3)?.length && data?.user?.tier !== 'Pro' ? 'opacity-[0.1]' : ''} {item?.asset?.length !== 0 ? 'cursor-pointer' : ''}">
{index+1}
diff --git a/src/routes/etf/[tickerID]/options/+page.svelte b/src/routes/etf/[tickerID]/options/+page.svelte
index 6dd6d05a..6f478a75 100644
--- a/src/routes/etf/[tickerID]/options/+page.svelte
+++ b/src/routes/etf/[tickerID]/options/+page.svelte
@@ -389,7 +389,7 @@ $: {
-
+
Flow Sentiment
{flowSentiment}
@@ -398,7 +398,7 @@ $: {
-
+
Put/Call
@@ -425,7 +425,7 @@ $: {
-
+
Call Flow
@@ -454,7 +454,7 @@ $: {
-
+
Put Flow
@@ -514,7 +514,7 @@ $: {
{#each optionList as item}
-
+
|
{formatDate(item?.updated)}
diff --git a/src/routes/stocks/[tickerID]/analyst/+page.svelte b/src/routes/stocks/[tickerID]/analyst/+page.svelte
index 1afec182..7d3d0ee6 100644
--- a/src/routes/stocks/[tickerID]/analyst/+page.svelte
+++ b/src/routes/stocks/[tickerID]/analyst/+page.svelte
@@ -261,7 +261,7 @@ function latestInfoDate(inputDate) {
|
{#each (data?.user?.tier === 'Pro' ? historyList : historyList?.slice(0,3)) as item,index}
- goto(`/analysts/${item?.analystId}`)} class="cursor-pointer {latestInfoDate(item?.date) ? 'bg-[#F9AB00] bg-opacity-[0.1]' : 'bg-[#0F0F0F]'} border-b-[#0F0F0F] {index+1 === historyList?.slice(0,3)?.length && data?.user?.tier !== 'Pro' ? 'opacity-[0.1]' : ''}">
+ goto(`/analysts/${item?.analystId}`)} class="cursor-pointer odd:bg-[#202020] {latestInfoDate(item?.date) ? 'bg-[#F9AB00] bg-opacity-[0.1]' : 'bg-[#0F0F0F]'} border-b-[#0F0F0F] {index+1 === historyList?.slice(0,3)?.length && data?.user?.tier !== 'Pro' ? 'opacity-[0.1]' : ''}">
|
{item?.analyst_name}
diff --git a/src/routes/stocks/[tickerID]/dividends/+page.svelte b/src/routes/stocks/[tickerID]/dividends/+page.svelte
index cde60032..098e6404 100644
--- a/src/routes/stocks/[tickerID]/dividends/+page.svelte
+++ b/src/routes/stocks/[tickerID]/dividends/+page.svelte
@@ -280,29 +280,28 @@ onMount(async() => {
-
-
-
- Dividends History
-
-
-
-
-
-
-
+
+
+
+ Dividends History
+
+
+
+
+
+
{#if stockDividends?.length !== 0}
@@ -321,36 +320,36 @@ onMount(async() => {
{:else}
-
+
- |
+ |
Ex-Divid. Date
|
-
+ |
Cash Amount
|
-
+ |
Record Date
|
-
+ |
Pay Date
|
{#each stockDividends as item}
-
- |
+ |
+ |
{new Date(item?.date)?.toLocaleString('en-US', { month: 'short', day: 'numeric', year: 'numeric', daySuffix: '2-digit' })}
|
-
+ |
${item?.adjDividend?.toFixed(2)}
|
-
+ |
{item?.recordDate?.length !== 0 ? new Date(item?.recordDate)?.toLocaleString('en-US', { month: 'short', day: 'numeric', year: 'numeric', daySuffix: '2-digit' }) : 'n/a'}
|
-
+ |
{item?.paymentDate?.length !== 0 ? new Date(item?.paymentDate)?.toLocaleString('en-US', { month: 'short', day: 'numeric', year: 'numeric', daySuffix: '2-digit' }) : 'n/a'}
|
diff --git a/src/routes/stocks/[tickerID]/stats/employees/+page.svelte b/src/routes/stocks/[tickerID]/stats/employees/+page.svelte
index f550b79c..f05f8b38 100644
--- a/src/routes/stocks/[tickerID]/stats/employees/+page.svelte
+++ b/src/routes/stocks/[tickerID]/stats/employees/+page.svelte
@@ -59,7 +59,7 @@ function selectSortingMethod(state:string) {
const options = {
grid: {
left: '0%',
- right: '0%',
+ right: '2%',
top: '10%',
bottom: '20%',
containLabel: true,
@@ -285,7 +285,6 @@ optionsGrowth = plotGrowth();
-
@@ -293,7 +292,6 @@ optionsGrowth = plotGrowth();
-
@@ -338,50 +336,69 @@ optionsGrowth = plotGrowth();
-
- | |