吉安感知网项目-前端
shuishen
2026-02-03 89380e6260a75d1d3b94de687ebcc2f50d50659d
applications/drone-command/src/views/basicManage/deviceStock/DeviceChart2.vue
@@ -1,7 +1,7 @@
<template>
   <div class="deviceChart">
      <div class="titleBg">
         <span>设备类型分析</span>
         <span>出库去向统计</span>
      </div>
      <div class="chartBox" ref="chartRef"></div>
   </div>
@@ -45,7 +45,7 @@
         top: 15,
         left: 10,
         right: 10,
         bottom: 10,
         bottom: 0,
         containLabel: true,
      },
      tooltip: {
@@ -75,15 +75,17 @@
            show: false,
         },
         axisLabel: {
            color: '#FFFFFF',
            color: '#B4C0CC',
            fontSize: 12,
            interval: 0,
         },
      },
      yAxis: {
         type: 'value',
         max: Math.ceil(Math.max(...values) * 1.2),
         minInterval: 1,
         axisLabel: {
            color: '#FFFFFF',
            color: '#B4C0CC',
            fontSize: 12,
         },
         axisLine: {
@@ -93,8 +95,12 @@
            show: false,
         },
         splitLine: {
            show: false,
         },
            show: true,
            lineStyle: {
               color: "rgba(93, 106, 143, .5)",
               type: "dashed"
            }
         }
      },
      series: [
         {