Dashboard Configuration¶
To be able to follow your KPIs on the dashboard you will need to configure how they should be presented.
Types of Visualization¶
We have 2 different ways of showing KPIs:
1. KPI Group¶
This is the default way of showing targets in the dashboard.
It will show the values of one target at the time with multiple time periods.
- The X axis will show different time periods
- The Y axis will show the target, outcome, and expected outcome in the current period.
2. Coworker KPI Group¶
This chart will be automatically used for targets with the owner
set to coworker
.
It will show multiple targets at the same time for one given time period.
- If you hover over a bar you will see the actual value as well.
- The X axis will have the progress percentage of the targets.
- The Y axis will show the targets' display name.
Warning
This chart only supports monthly targets
, every other type will not be shown.
Start Pages Configuration¶
Configure the web component lwc-limepkg-kpi-visualize-kpi-dashboard
with preferred size under the Start Pages tab in Lime Admin.
In the Properties section, you can configure which KPI(s) you want in the group and choose a name for the chart.
Warning
Each kpi_group
needs to have the same owner limetype
.
Warning
As several KPIs can be shown in the same visualization, the title should be generic to help the user understand what the chart is showing.
{
"config": {
"kpi_group": [
{ "kpi_unique_name": "<name_1>" },
{ "kpi_unique_name": "<name_2>" }
// One or more 'kpi_unique_name' per group.
],
"chart_title": [
{
"lang": "sv",
"text": "SOME FANCY NAME IN SWEDISH"
},
{
"lang": "en",
"text": "SOME FANCY NAME IN ENGLISH"
}
]
}
}