Skip to content

Commit 8afb0c7

Browse files
buck54321chappjc
authored andcommitted
backport: charts: fix ticket pool value scale
1 parent 2457fde commit 8afb0c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/js/controllers/charts_controller.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,7 @@ export default class extends Controller {
387387
break
388388

389389
case 'ticket-pool-value': // pool value graph
390-
d = zipXYData(data, isHeightAxis, isDayBinned, atomsToDCR)
390+
d = zipXYData(data, isHeightAxis, isDayBinned)
391391
assign(gOptions, mapDygraphOptions(d, [xlabel, 'Ticket Pool Value'], true,
392392
'Ticket Pool Value', true, false))
393393
break

0 commit comments

Comments
 (0)