Configuration
Properties
DataMap Properties
const kpiProfit = new wire.colorAdmin.kpiCount().render("#kpiProfit", {
data: this.data.dsKPI,
datamap: { value: "Profit", color: "bg-info" },
label: "PROFIT",
icon: "far fa-money-bill-alt"
}); Detail Properties
Last updated