From 4ddb72b0882f25fa80b622152eb67e7bb58c6177 Mon Sep 17 00:00:00 2001 From: Matthias Date: Mon, 21 Dec 2020 20:48:28 +0100 Subject: [PATCH] remove unused colors --- src/components/charts/CandleChart.vue | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/components/charts/CandleChart.vue b/src/components/charts/CandleChart.vue index d251f27b..b4aa4b19 100644 --- a/src/components/charts/CandleChart.vue +++ b/src/components/charts/CandleChart.vue @@ -17,10 +17,6 @@ import 'echarts'; // Chart default options const MARGINLEFT = '4%'; const MARGINRIGHT = '1%'; -// const upColor = '#00da3c'; -// const downColor = '#ec0000'; -// const upBorderColor = '#008F28'; -// const downBorderColor = '#8A0000'; // Binance colors const upColor = '#2ed191';