Commit d4a9566e authored by Martin Wortschack's avatar Martin Wortschack

Merge branch '32075-productivity-analytics-limit-graph-scales-to-whole-numbers' into 'master'

Resolve "Productivity Analytics: Limit graph scales to whole numbers"

Closes #32075

See merge request gitlab-org/gitlab!23140
parents 22cf6801 89c5f198
---
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