Эх сурвалжийг харах

调整图表颜色legend样式

yhluo 3 сар өмнө
parent
commit
8c768432d6

+ 3 - 2
src/components/assemblyechart/bottom/bottomLeft2Chart/chart.vue

@@ -30,7 +30,8 @@ export default {
             fontSize: 18
           },
           itemWidth: 29,
-          itemHeight: 19
+          itemHeight: 19,
+          icon:"rect"
         },
         grid: {
           left: '3%',
@@ -137,7 +138,7 @@ export default {
             itemStyle: {
               normal: {
                 barBorderRadius: 6,
-                color:  "rgba(156,107,211,0.8)"
+                color:  "rgba(209, 52, 56,0.8)"
                 /* color: new this.$echarts.graphic.LinearGradient(0, 0, 0, 1, [
                    { offset: 0, color: "rgba(156,107,211,0.8)" },
                    { offset: 0.2, color: "rgba(156,107,211,0.5)" },