Commit c0340857 authored by Nathan Friend's avatar Nathan Friend

Add minInterval: 1 to pipeline charts

This small change fixes an issue that caused the scale of the Y axis of
the pipeline analytics charts to render with strange units if the max
value of the chart was less than 1.
parent cdbe89e6
......@@ -118,6 +118,7 @@ export default {
},
yAxis: {
name: s__('Pipeline|Pipelines'),
minInterval: 1,
},
},
get chartTitles() {
......
---
title: Fix Y axis units of pipeline charts when values are small
merge_request: 52024
author:
type: fixed
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