diff --git a/resources/views/admin/home.blade.php b/resources/views/admin/home.blade.php index 4309739..8d88cee 100644 --- a/resources/views/admin/home.blade.php +++ b/resources/views/admin/home.blade.php @@ -355,7 +355,7 @@ position: 'center', fontWeight: "bold", formatter: function (params) { - return params.name + "\n" + (item.rate * 100) + "%" + return params.name + "\n" + (item.rate * 100).toFixed(2) + "%" } } },