liuying
2024-10-30 fb89f71e5f56f9e02853c206154093af9b701511
yiqi_screen/src/components/ProdlineHealthy.vue
@@ -17,11 +17,12 @@
    this.option = {
      legend: {
        orient: "vertical",
        bottom: '10%',
        bottom: '30%',
        right: '6%',
        textStyle:{
            color:'#fff'
        },
        itemHeight: 5, // 设置图例项的高度
        itemWidth: 5, // 设置图例项的宽度
        data: [
        {
@@ -40,8 +41,10 @@
        ],
      },
      radar: {
        center:['43%','55%'],
        radius:'65%',
        // center:['43%','55%'],
        center: ["33%", "50%"],
        // radius:'65%',
        radius:'30%',
        indicator: [
          { name: "人", max: 100, color: "#fff" },
          { name: "环", max: 100, color: "#fff" },
@@ -164,4 +167,10 @@
</script>
        
        <style>
        #echarts2 {
          width: 2.89rem;
          height: 2.6rem;
        transform: scaleY(2);
        /* border: 1px solid red; */
        }
</style>