Compare KPI

The Compare KPI component is native to the Gentelella theme. It displays an actual metric value and highlights how that metric has performed against a benchmark.
Library
The Compare KPI component is located in the Gentelella for WireBootstrap library file located at \lib\gentelella
.
Class
The Compare KPI extends the wire.ui.component class. As such, it inherits all the base functionality of that class.
To create a new instance of the Compare KPI component, use the wire.gentelella.kpiCompare
class.
const kpi = new wire.gentelella.kpiCompare();
Example
An example that demonstrates the Compare KPI component can be found in the Gentelella for WireBootstrap project at \pages\kpi.html
.
Last updated