Skip to content

Commit

Permalink
results.js
Browse files Browse the repository at this point in the history
  • Loading branch information
owocki committed Apr 15, 2019
1 parent 827a4b8 commit 0cd91a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/assets/v2/js/pages/results.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ function drawChart() {
isStacked: true,
backgroundColor: 'transparent',
height: 400,
vAxis: { title: 'USD', ticks: [ 0, document.max_bounty_history ], format: 'short', gridlines: { color: 'transparent' } }
vAxis: { title: 'USD', ticks: [ 0, 10000, 50000, 100000, document.max_bounty_history ], format: 'short', gridlines: { color: 'transparent' } }
};

var chart = new google.visualization.ColumnChart(document.getElementById('bounty_universe_chart'));
Expand Down

0 comments on commit 0cd91a2

Please sign in to comment.