Page MenuHomePhabricator

D8080.diff
No OneTemporary

D8080.diff

Index: src/applications/maniphest/controller/ManiphestReportController.php
===================================================================
--- src/applications/maniphest/controller/ManiphestReportController.php
+++ src/applications/maniphest/controller/ManiphestReportController.php
@@ -294,6 +294,7 @@
$burn_y,
),
'xformat' => 'epoch',
+ 'yformat' => 'int',
));
return array($filter, $chart, $panel);
Index: webroot/rsrc/js/application/maniphest/behavior-line-chart.js
===================================================================
--- webroot/rsrc/js/application/maniphest/behavior-line-chart.js
+++ webroot/rsrc/js/application/maniphest/behavior-line-chart.js
@@ -64,7 +64,7 @@
if (config.x[0][ii] > this.axis) {
break;
}
- yvalue = format(config.y[yy][ii], (config.yformat || [])[yy]);
+ yvalue = format(config.y[yy][ii], config.yformat);
}
var xvalue = format(this.axis, config.xformat);

File Metadata

Mime Type
text/plain
Expires
Sat, Sep 21, 9:31 AM (20 h, 40 m)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6625304
Default Alt Text
D8080.diff (1001 B)

Event Timeline