Skip to content

Commit

Permalink
backport: charts: fix ticket pool value scale
Browse files Browse the repository at this point in the history
  • Loading branch information
buck54321 authored and chappjc committed Jul 7, 2019
1 parent 2457fde commit 8afb0c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/js/controllers/charts_controller.js
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,7 @@ export default class extends Controller {
break

case 'ticket-pool-value': // pool value graph
d = zipXYData(data, isHeightAxis, isDayBinned, atomsToDCR)
d = zipXYData(data, isHeightAxis, isDayBinned)
assign(gOptions, mapDygraphOptions(d, [xlabel, 'Ticket Pool Value'], true,
'Ticket Pool Value', true, false))
break
Expand Down

0 comments on commit 8afb0c7

Please sign in to comment.