xiaojiao
2026-03-12 b174ea476eb1afd872985b2c261241a814e0185d
ÏîÄ¿´úÂë/WMS/WIDESEA_WMSClient/src/views/charts/bigdata/chart-options.js
@@ -44,7 +44,7 @@
        splitNumber: 15,
        textStyle: {
          color: "rgba(255,255,255,.6)",
          fontSize: "12"
          fontSize: "32"
        }
      }
    }
@@ -56,7 +56,7 @@
        show: true,
        textStyle: {
          color: "rgba(255,255,255,.6)",
          fontSize: "12"
          fontSize: "22"
        }
      },
      axisTick: {
@@ -263,7 +263,7 @@
      show: true,
      textStyle: {
        color: "rgba(255,255,255,.6)",
        fontSize: "12"
        fontSize: "22"
      }
    },
    axisTick: {
@@ -289,7 +289,7 @@
      show: true,
      textStyle: {
        color: "rgba(255,255,255,.6)",
        fontSize: "12"
        fontSize: "22"
      }
    },
    axisTick: {
@@ -318,7 +318,8 @@
      label: {
        show: true,
        color: "white",
        position: 'right'//insideRight
        position: 'right',//insideRight
        fontSize: 25, // âœ… æ–°å¢ž/修改这行!控制柱子上数字的大小
      },
      barWidth: "55%",
      itemStyle: {
@@ -352,7 +353,7 @@
    data: ["入库统计", "压装统计", "测量统计"],
    textStyle: {
      color: "rgba(255,255,255,.5)",
      fontSize: "12"
      fontSize: "22"
    }
  },
  toolbox: {
@@ -396,7 +397,7 @@
      axisLabel: {
        textStyle: {
          color: "rgba(255,255,255,.6)",
          fontSize: 12
          fontSize: 22
        }
      },