forked from drone/command-center-dashboard

chenyao
2025-04-19 0be474833723f98d3347880c874e939b55f920ed
src/views/SignMachineNest/MachineLeft/InspectionRaskDetails.vue
@@ -155,7 +155,9 @@
         label: {
            show: true,
            position: 'inside',
            formatter: '{c}%',
            formatter: function(params) {
          return params.value > 0 ? params.value : ''
        },
            fontSize: 12,
            color: '#fff',
         },