yangfeng
2023-12-04 6f1229d08cf208bfb9ea71b6909e46620948ad9a
src/views/cockpitPage/components/BarChart.vue
@@ -58,7 +58,7 @@
                  color:'#00FFFF',
                },
                borderColor:'#00FFFF',
                backgroundColor:'rbga(1,247,253,0.6)',
                backgroundColor:'#238d8d6b',
                formatter:function(a){
                  let list=[]
                  let listItem=''
@@ -233,7 +233,7 @@
                {
                  type: 'bar',
                  name: '正品数量',
                  barWidth: '20%',
                  barWidth: '15',
                  itemStyle: {
                    normal: {
                      //柱形图圆角,初始化效果
@@ -245,7 +245,7 @@
                {
                  type: 'bar',
                  name: '次品数量',
                  barWidth: '20%',
                  barWidth: '15',
                  itemStyle: {
                    normal: {
                      //柱形图圆角,初始化效果