|
|
|
@ -174,8 +174,8 @@ class MarketHistoryChart { |
|
|
|
|
fill: false, |
|
|
|
|
pointRadius: 0, |
|
|
|
|
backgroundColor: priceLineColor, |
|
|
|
|
borderColor: priceLineColor, |
|
|
|
|
lineTension: 0 |
|
|
|
|
borderColor: priceLineColor |
|
|
|
|
// lineTension: 0
|
|
|
|
|
} |
|
|
|
|
if (dataConfig.market === undefined || dataConfig.market.indexOf('price') === -1) { |
|
|
|
|
this.price.hidden = true |
|
|
|
@ -190,8 +190,8 @@ class MarketHistoryChart { |
|
|
|
|
fill: false, |
|
|
|
|
pointRadius: 0, |
|
|
|
|
backgroundColor: mcapLineColor, |
|
|
|
|
borderColor: mcapLineColor, |
|
|
|
|
lineTension: 0 |
|
|
|
|
borderColor: mcapLineColor |
|
|
|
|
// lineTension: 0
|
|
|
|
|
} |
|
|
|
|
if (dataConfig.market === undefined || dataConfig.market.indexOf('market_cap') === -1) { |
|
|
|
|
this.marketCap.hidden = true |
|
|
|
@ -206,8 +206,8 @@ class MarketHistoryChart { |
|
|
|
|
fill: false, |
|
|
|
|
pointRadius: 0, |
|
|
|
|
backgroundColor: sassVariables.dashboardLineColorTransactions, |
|
|
|
|
borderColor: sassVariables.dashboardLineColorTransactions, |
|
|
|
|
lineTension: 0 |
|
|
|
|
borderColor: sassVariables.dashboardLineColorTransactions |
|
|
|
|
// lineTension: 0
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
if (dataConfig.transactions === undefined || dataConfig.transactions.indexOf('transactions_per_day') === -1) { |
|
|
|
|