From 317339487e20798796f3a1f51b97cf038edfc857 Mon Sep 17 00:00:00 2001 From: slightlycyborg Date: Thu, 15 Aug 2019 08:17:21 +0000 Subject: [PATCH] fixed legend color for txs history chart --- apps/block_scout_web/assets/js/lib/history_chart.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/block_scout_web/assets/js/lib/history_chart.js b/apps/block_scout_web/assets/js/lib/history_chart.js index a9e6c675ce..0026c2205d 100644 --- a/apps/block_scout_web/assets/js/lib/history_chart.js +++ b/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 }