Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F13964754
D8080.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1001 B
Referenced Files
None
Subscribers
None
D8080.diff
View Options
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
Details
Attached
Mime Type
text/plain
Expires
Wed, Oct 16, 9:45 PM (3 w, 6 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6719327
Default Alt Text
D8080.diff (1001 B)
Attached To
Mode
D8080: Burnup report showing decimals on hover
Attached
Detach File
Event Timeline
Log In to Comment