Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15387800
D8080.id.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.id.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
Mar 16 2025, 2:56 AM (4 w, 2 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7702179
Default Alt Text
D8080.id.diff (1001 B)
Attached To
Mode
D8080: Burnup report showing decimals on hover
Attached
Detach File
Event Timeline
Log In to Comment