Spaces:
Runtime error
Runtime error
gauravlochab
commited on
Commit
·
460a250
1
Parent(s):
99383ec
refactor: Update bar and base colors for transaction visualizations in the dashboard
Browse files- app_trans_new.py +2 -2
app_trans_new.py
CHANGED
@@ -237,9 +237,9 @@ def create_transcation_visualizations():
|
|
237 |
barmode="stack",
|
238 |
title="Chain Daily Activity: Transactions",
|
239 |
color_discrete_map={
|
240 |
-
"optimism": "
|
241 |
"ethereum": "darkgreen",
|
242 |
-
"base": "
|
243 |
}
|
244 |
)
|
245 |
fig_tx_chain.update_layout(
|
|
|
237 |
barmode="stack",
|
238 |
title="Chain Daily Activity: Transactions",
|
239 |
color_discrete_map={
|
240 |
+
"optimism": "blue",
|
241 |
"ethereum": "darkgreen",
|
242 |
+
"base": "purple"
|
243 |
}
|
244 |
)
|
245 |
fig_tx_chain.update_layout(
|