liulijun
2025-11-17 da4257bc32483409af02a06dd342c6981ec786ec
ÏîÄ¿´úÂë/BigScreen/src/components/echart/centerLeft/centerLeft3Chart/chart.vue
ÎļþÃû´Ó ÏîÄ¿´úÂë/BigScreen/src/components/echart/centerLeft1Chart/chart.vue ÐÞ¸Ä
@@ -2,15 +2,15 @@
  <div>
    <Echart
      :options="options"
      id="centreLeft1Chart"
      id="centreLeft3Chart"
      height="220px"
      width="360px"
      width="260px"
    ></Echart>
  </div>
</template>
<script>
import * as echarts from 'echarts';
import Echart from '@/common/echart'
export default {
  data () {
    return {
@@ -18,7 +18,7 @@
    };
  },
  components: {
    echarts,
    Echart,
  },
  props: {
    cdata: {
@@ -33,19 +33,8 @@
          color: [
            "#37a2da",
            "#32c5e9",
            "#9fe6b8",
            "#ffdb5c",
            "#ff9f7f",
            "#fb7293",
            "#e7bcf3",
            "#8378ea"
            "#ccc",
          ],
          legend:{
            textStyle:{
              color:"#ffffff",
              fontSize:18
            }
          },
          tooltip: {
            trigger: "item",
            formatter: "{a} <br/>{b} : {c} ({d}%)"
@@ -66,11 +55,11 @@
          },
          series: [
            {
              name: "通过率统计",
              name: "货位状态",
              type: "pie",
              radius: [20, 60],
              roseType: "area",
              center: ["50%", "50%"],
              radius: [10, 50],
              // roseType: "area",
              center: ["50%", "40%"],
              data: newData.seriesData
            }
          ]