diff --git a/kpi_dashboard/README.rst b/kpi_dashboard/README.rst index 7312871e2..a4ef8c03b 100644 --- a/kpi_dashboard/README.rst +++ b/kpi_dashboard/README.rst @@ -42,7 +42,7 @@ Configure KPIs #. Create a new KPI specifying the computation method and the kpi type #. Number: result must contain a `value` and, if needed, a `previous` - #. Meter: result must contain `value`, `min` and `max` + #. Meter: To show a percentage value, result must contain `value`. `value` must be a positive integer between 0 to 100. Meter is implemented with GaugeMeter (https://github.com/Mictronics/GaugeMeter). It can be customized by setting parameters for GaugeMeter in result. See https://github.com/Mictronics/GaugeMeter#parameter-definitions for details. #. Graph: result must contain a list on `graphs` containing `values`, `title` and `key` #. In order to compute the KPI you can use a predefined function from a model or diff --git a/kpi_dashboard/static/description/index.html b/kpi_dashboard/static/description/index.html index 3dfe1c475..b13359bf3 100644 --- a/kpi_dashboard/static/description/index.html +++ b/kpi_dashboard/static/description/index.html @@ -395,7 +395,7 @@ ul.auto-toc {
  • Access Dashboards > Configuration > KPI Dashboards > Configure KPI
  • Create a new KPI specifying the computation method and the kpi type
    1. Number: result must contain a value and, if needed, a previous
    2. -
    3. Meter: result must contain value, min and max
    4. +
    5. Meter: To show a percentage value, result must contain value. value must be a positive integer between 0 to 100. Meter is implemented with GaugeMeter (https://github.com/Mictronics/GaugeMeter). It can be customized by setting parameters for GaugeMeter in result. See https://github.com/Mictronics/GaugeMeter#parameter-definitions for details.
    6. Graph: result must contain a list on graphs containing values, title and key