zhuzhuanzhuan
2024-03-28 15a9f1b16ae150eda723592917878c3c524d2e72
调整车间层级看板设备运行状态统计图表内外圈直径
已修改1个文件
5 ■■■■■ 文件已修改
src/views/dashboard/BranchFactorySignage.vue 5 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/dashboard/BranchFactorySignage.vue
@@ -253,7 +253,6 @@
      drawRunningStateChart(productionId) {
        this.runningStateChart = this.$echarts.init(document.getElementById('running_state_chart'))
        const option = {
          height: 300,
          title: {
            show: true, // 是否显示标题,默认为true
            text: '设备运行状态统计', // 主标题文本
@@ -299,8 +298,8 @@
              type: 'pie',
              roseType: 'angle', // 玫瑰图
              // selectedMode: "single",
              radius: ['60%', '80%'],
              center: ['50%', '60%'],
              radius: ['40%', '60%'],
              center: ['53%', '50%'],
              color: [
                '#686869',
                '#AA6349',