Count KPI
Last updated
Last updated
The Count KPI component is native to the Gentelella theme. It displays an actual metric value at the top of the KPI along with pronounced label in the middle and a small description at the bottom.
The Count KPI component is located in the Gentelella for WireBootstrap library file located at \lib\gentelella
.
The Count 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 Count KPI component, use the wire.gentelella.kpiCount
class.
An example that demonstrates the Count KPI component can be found in the Gentelella for WireBootstrap project at \pages\kpi.html
.