gauravlochab commited on
Commit
460a250
1 Parent(s): 99383ec

refactor: Update bar and base colors for transaction visualizations in the dashboard

Browse files
Files changed (1) hide show
  1. 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": "red",
241
  "ethereum": "darkgreen",
242
- "base": "blue"
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(