fixed legend color for txs history chart

pull/2480/head
slightlycyborg 5 years ago
parent 680bfaddcd
commit 317339487e
  1. 2
      apps/block_scout_web/assets/js/lib/history_chart.js

@ -150,7 +150,7 @@ class MarketHistoryChart {
data: [],
fill: false,
pointRadius: 0,
backgroundColor: sassVariables.dashboardLineColorMarket,
backgroundColor: sassVariables.dashboardLineColorTransactions,
borderColor: sassVariables.dashboardLineColorTransactions,
lineTension: 0
}

Loading…
Cancel
Save