remove unused colors

This commit is contained in:
Matthias 2020-12-21 20:48:28 +01:00
parent 654a7eef3b
commit 4ddb72b088

View File

@ -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';