Commit 89c5f198 authored by Dennis Tang's avatar Dennis Tang

Ensure productivity analytics charts y-axis are integers

parent 4ec744a7
---
title: Limit productivity analytics graph y-axis scale to whole numbers
merge_request: 23140
author:
type: fixed
......@@ -112,6 +112,7 @@ export default {
axisLabel: {
formatter: value => value,
},
minInterval: 1,
},
...this.getColumnChartDatazoomOption(chartKey),
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment