Commit 354081be authored by Jose Ivan Vargas's avatar Jose Ivan Vargas

Merge branch 'nfriend-add-mininterval-to-pipeline-charts' into 'master'

Add `minInterval` to Y axis of pipeline charts

See merge request gitlab-org/gitlab!52024
parents ece6a090 c0340857
...@@ -118,6 +118,7 @@ export default { ...@@ -118,6 +118,7 @@ export default {
}, },
yAxis: { yAxis: {
name: s__('Pipeline|Pipelines'), name: s__('Pipeline|Pipelines'),
minInterval: 1,
}, },
}, },
get chartTitles() { 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