-
- The swap data from the past 100 days shows an average notional amount of {abbreviateNumber(avgNotionalAmount,true)} and an average notional quantity of {abbreviateNumber(avgNotionalQuantity)}.
-
+
+ The swap data from the past 100 days shows an average notional
+ amount of {abbreviateNumber(avgNotionalAmount, true)} and an average
+ notional quantity of {abbreviateNumber(avgNotionalQuantity)}.
+
-
+
-
-
-
+
+
+
+
+
+ Notional Amount
+
+
+
+
+
+
+
+ Notional Quantity
+
+
- {/if}
+ {/if}
+ {:else}
+
+ {/if}
+
+
-
-
-
-
-
-
-
-
\ No newline at end of file
+
diff --git a/src/routes/hedge-funds/[slug]/+page.svelte b/src/routes/hedge-funds/[slug]/+page.svelte
index b40088c9..6d8fa87e 100644
--- a/src/routes/hedge-funds/[slug]/+page.svelte
+++ b/src/routes/hedge-funds/[slug]/+page.svelte
@@ -408,7 +408,7 @@
type: "bar",
showSymbol: false,
itemStyle: {
- color: "#FF9E21", // Change bar color to white
+ color: "#FBCE3C", // Change bar color to white
},
},
{
diff --git a/src/routes/stocks/[tickerID]/forecast/+page.svelte b/src/routes/stocks/[tickerID]/forecast/+page.svelte
index 95406989..812c2e32 100644
--- a/src/routes/stocks/[tickerID]/forecast/+page.svelte
+++ b/src/routes/stocks/[tickerID]/forecast/+page.svelte
@@ -97,7 +97,7 @@
// Define categories in the exact order you specified
const categories = ["Strong Sell", "Sell", "Hold", "Buy", "Strong Buy"];
- const colors = ["#9E190A", "#D9220E", "#FF9E21", "#31B800", "#008A00"];
+ const colors = ["#9E190A", "#D9220E", "#FBCE3C", "#31B800", "#008A00"];
// Create a consistent mapping for data
const formattedData = rawAnalystList.map((item) =>
@@ -216,7 +216,7 @@
color: [
[0.2, "#9E190A"],
[0.4, "#D9220E"],
- [0.6, "#FF9E21"],
+ [0.6, "#FBCE3C"],
[0.8, "#31B800"],
[1, "#008A00"],
],
@@ -409,7 +409,7 @@
symbol: "none",
lineStyle: {
type: "dashed",
- color: "#FF9E21",
+ color: "#FBCE3C",
},
},
{
@@ -533,7 +533,7 @@
? 'text-[#00FC50]'
: ['Strong Sell', 'Sell']?.includes(consensusRating)
? 'text-[#FF2F1F]'
- : 'text-[#FF9E21]'}">{consensusRating}{consensusRating}