diff --git a/src/routes/politicians/[slug]/+page.svelte b/src/routes/politicians/[slug]/+page.svelte index 46948c54..f233a2c1 100644 --- a/src/routes/politicians/[slug]/+page.svelte +++ b/src/routes/politicians/[slug]/+page.svelte @@ -226,7 +226,6 @@ use([BarChart, GridComponent, TooltipComponent, CanvasRenderer]) itemStyle: { color: '#22C55E' // Change bar color to white }, - barWidth: '25%', }, { @@ -234,9 +233,8 @@ use([BarChart, GridComponent, TooltipComponent, CanvasRenderer]) data: soldList, type: 'bar', itemStyle: { - color: '#E11D48' // Change bar color to white + color: '#F71F4F' // Change bar color to white }, - barWidth: '25%', }, ] }; @@ -471,7 +469,7 @@ use([BarChart, GridComponent, TooltipComponent, CanvasRenderer])
| Plan | Free | @@ -477,7 +477,7 @@ async function purchasePlan(subscriptionType:string='') {
|---|---|
|
Unusual Options Activity
@@ -491,7 +491,7 @@ async function purchasePlan(subscriptionType:string='') {
|
|
|
Retail Trader Activity
@@ -505,7 +505,7 @@ async function purchasePlan(subscriptionType:string='') {
|
|
|
Dark Pool Data
@@ -519,7 +519,7 @@ async function purchasePlan(subscriptionType:string='') {
|
|
|
AI Predictions
@@ -533,7 +533,7 @@ async function purchasePlan(subscriptionType:string='') {
|
|
|
Wallstreet Analyst Database
@@ -547,7 +547,7 @@ async function purchasePlan(subscriptionType:string='') {
|
|
|
Hedge Fund Database
@@ -561,7 +561,7 @@ async function purchasePlan(subscriptionType:string='') {
|
|
|
Congress Database
@@ -575,7 +575,7 @@ async function purchasePlan(subscriptionType:string='') {
|
|
|
Financial History
@@ -589,7 +589,7 @@ async function purchasePlan(subscriptionType:string='') {
|
|
|
Watchlist
@@ -603,7 +603,7 @@ async function purchasePlan(subscriptionType:string='') {
|
|
|
@@ -653,7 +653,7 @@ async function purchasePlan(subscriptionType:string='') {
-
|