Skip to content

Add additional analytics visualization options to schema

What does this MR do and why?

This MR adds the following additional to the analytics visualization schema:

  • *Axis.min (Echarts)
  • *Axis.max (Echarts)
  • decimalPlaces (SingleStat)
  • unit (SingleStat)
  • metaText (SingleStat)
  • metaIcon (SingleStat)
  • titleIcon (SingleStat)

It also fixes an issue where the schema required both xAxis and yAxis options when both should be optional.

Screenshots or screen recordings

No visual changes.

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Related to #394697 (closed)

Edited by Jiaan Louw

Merge request reports