Commit 12a9ac6d authored by Martin Wortschack's avatar Martin Wortschack

Merge branch '246790-y-axis-in-merge-request-analytics-table-displays-500m-label' into 'master'

MR Analytics: Add yAxis formatter

See merge request gitlab-org/gitlab!70573
parents def56e9a 9d7769a3
......@@ -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