Browse Source

玫瑰图改色

mw_666 3 years ago
parent
commit
7594ae006b
1 changed files with 13 additions and 0 deletions
  1. 13 0
      src/components/chart/radar/normal-radar-chart.vue

+ 13 - 0
src/components/chart/radar/normal-radar-chart.vue

@@ -66,6 +66,19 @@ export default {
             borderWidth: 0.5,
           },
         },
+		{
+		  areaStyle: {
+		    color: "rgba(165,228,175, 0.9)",
+		  },
+		  lineStyle: {
+		    color: "rgba(255,255,255, 0.85)",
+		  },
+		  itemStyle: {
+		    color: "rgba(165,228,175, 0.5)",
+		    borderColor: "rgba(255,255,255, 0.5)",
+		    borderWidth: 0.5,
+		  },
+		},
       ],
     };
   },