haoxuan
2023-12-04 e6370a879323b476ba482b817cf602da25c65fa6
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: {
                      //柱形图圆角,初始化效果