diff --git a/src/routes/reddit-tracker/+page.svelte b/src/routes/reddit-tracker/+page.svelte index 9cfa7618..5adbd6d5 100644 --- a/src/routes/reddit-tracker/+page.svelte +++ b/src/routes/reddit-tracker/+page.svelte @@ -131,8 +131,8 @@ function getPlotOptions() { }, showSymbol: false, areaStyle: { - opacity: 0.6, - color: '#2662D9' + opacity: 1, + color: '#3B82F6' }, emphasis: { focus: 'series' @@ -190,8 +190,8 @@ const optionComment = { }, showSymbol: false, areaStyle: { - opacity: 0.6, - color: '#DE356E' + opacity: 1, + color: '#E11D48' }, emphasis: { focus: 'series' @@ -248,7 +248,7 @@ const optionCompanySpread = { showSymbol: false, data: numCompanyList, itemStyle: { - color: '#E2E2E2' + color: '#22C55E' } }, ] @@ -297,7 +297,7 @@ const optionCompanySpread = {
-
+
@@ -323,11 +323,11 @@ const optionCompanySpread = { {#if isLoaded}
- + Post Activity Number of Posts in the last 24 hours: - + +{postList?.at(-1)} posts today @@ -345,11 +345,11 @@ const optionCompanySpread = { - + Comment Activity Number of Comments in the last 24 hours: - + +{abbreviateNumber(commentList?.at(-1))} comments today @@ -367,11 +367,11 @@ const optionCompanySpread = { - + Company Spread Number of Tickers discussed in the last 24 hours: - + +{numCompanyList?.at(-1)} discussed today