Configuration
Properties
DataMap Properties
const kpi = new wire.gentelella.kpiCount().render("#kpi", {
...
cssIcon: "fa fa-trophy",
description: "Sales for this week",
datamap: {value: "Sales", label: "Product" }
}); Last updated