Skip to content

Fix bar chart does not display label at hour 0

What does this MR do?

Fix bar chart does not display label at hour 0 on Commits per day hour (UTC) of Repository Charts

Are there points in the code the reviewer needs to double check?

This fix will convert all label values to string even for non-0 labels which are showed correctly before. This will add slightly extra computation time.

Why was this MR needed?

The label of bar chart at hour 0 does not display on Commits per day hour (UTC) of Repository Charts. This MR will fix it.

Screenshots (if relevant)

Before

Screen_Shot_2017-08-06_at_10.30.21_AM

After

Screen_Shot_2017-08-06_at_10.29.47_AM

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

Closes #35136 (closed)

Edited by username-removed-677434

Merge request reports