|
@@ -189,7 +189,7 @@ export default {
|
|
|
illegalDetailData[0].unshift('product')
|
|
|
dataLength=illegalDetailData[0].length-1
|
|
|
for(var i=0;i<dataLength;i++){
|
|
|
- dataNum.push({ type: 'bar',barWidth : '6%', itemStyle: { normal: { barBorderRadius: 8}},"label": {"normal": {"show": true,"position": "top",fontSize: 14,color: '#fff',}}, },)
|
|
|
+ dataNum.push({ type: 'bar',barMaxWidth: "20", itemStyle: { normal: { barBorderRadius: 8}},"label": {"normal": {"show": true,"position": "top",fontSize: 14,color: '#fff',}}, },)
|
|
|
}
|
|
|
}
|
|
|
_this.illegalDetailFun(illegalDetailData,dataNum)
|