Browse Source

feat: :sparkles: 水球图保留两位小数

chaooo 2 năm trước cách đây
mục cha
commit
b2f7805666
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      src/components/Charts/LiquidChart.vue

+ 2 - 2
src/components/Charts/LiquidChart.vue

@@ -40,8 +40,8 @@ const props = defineProps({
   },
 });
 
-let labelFormatter = (params) => {
-  return params.value * 100;
+let labelFormatter = (params: any) => {
+  return (params.value * 100).toFixed(2);
 };
 const options = {
   series: [