Commit cb24e2c0 authored by Fernando Arias's avatar Fernando Arias

Add group security dashboard graph boundary

First pass at vuln graph boundry

* Add 10% boundary

Remove dummy data and stray debugger

* Clean up test code

Run prettier

* run prettier to fix job failure

Add changelog

* Add changelog for security dashboard vuln graph chart change
parent 3b1daa55
......@@ -128,7 +128,7 @@ export default {
axisTick: {
show: false,
},
interval: 25,
boundaryGap: [0, '5%'],
name: 'Vulnerabilities',
nameGap: 42,
nameLocation: 'center',
......@@ -137,6 +137,7 @@ export default {
color: '#2e2e2e',
fontWeight: 'bold',
},
minInterval: 1,
type: 'value',
},
legend: {
......
---
title: Add extra graph spacing on the Security Dashboard Group Vulnerability Chart
merge_request: 9780
author:
type: changed
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