Actions
Patch #38359
closedRender numeric axes in charts as Integers
Description
When rendering charts in the issue reports and repository statistics, chart.js will render the axes with fractional numbers if there are only few entries. However, as the number of issues or commits are always entire integers, this is rather confusing and pointless.
The attached patch against the current trunk at r22135 fixes the rendering of the respective axes of chart.js charts to always use full integers. The patch was extracted from Planio.
Before | After |
---|---|
Files
Updated by Go MAEDA almost 2 years ago
- Target version set to 5.0.6
Setting the target version to 5.0.6.
Updated by Go MAEDA almost 2 years ago
- Status changed from New to Closed
- Assignee set to Go MAEDA
Committed the fix. Thank you.
Actions