Commit 9d7769a3 authored by wortschi's avatar wortschi Committed by Brandon Labuschagne

MR Analytics: Add yAxis formatter

Changelog: fixed
EE: true
parent f819d222
......@@ -86,6 +86,9 @@ export default {
},
yAxis: {
name: THROUGHPUT_CHART_STRINGS.Y_AXIS_TITLE,
axisLabel: {
formatter: (value) => value,
},
},
};
},
......
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