xy 2 years ago
parent ca22195b84
commit ecad6de65b

@ -364,7 +364,7 @@
position: 'center', position: 'center',
fontWeight: "bold", fontWeight: "bold",
formatter: function (params) { formatter: function (params) {
return params.name + "\n" + (item.rate * 100).toFixed(2) + "%" return params.name + "\n" + item.product_item_name + "\n" + (item.rate * 100).toFixed(2) + "%"
} }
} }
}, },

Loading…
Cancel
Save