Skip to content

Commit

Permalink
Merge pull request blockscout#1479 from poanetwork/ab-remove-smoothin…
Browse files Browse the repository at this point in the history
…g-from-market-chart

remove smoothing from coin balance chart
  • Loading branch information
acravenho authored Feb 25, 2019
2 parents 32d510c + dd132ce commit 292bbe7
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ export function createCoinBalanceHistoryChart (el) {
data: {
datasets: [{
label: 'coin balance',
data: coinBalanceHistoryData
data: coinBalanceHistoryData,
lineTension: 0
}]
},
options: {
Expand Down

0 comments on commit 292bbe7

Please sign in to comment.