Commit 987d696f by ningjihai

库存入库chart

parent 5fffa8a9
......@@ -101,6 +101,7 @@ export default {
hoverAnimation: false,
legendHoverLink:false,
radius: ['32%', '40%'],
center: ['50%', '60%'],
color:
[
'rgba(24, 144, 255, 0.28)',
......@@ -150,6 +151,7 @@ export default {
name:'',
type:'pie',
radius: ['42%', '60%'],
center: ['50%', '60%'],
color: [
'rgba(24, 144, 255, 1)',
'rgba(74, 125, 255, 1)',
......
......@@ -99,7 +99,11 @@ export default {
},
xAxis: [{
splitLine: {
show: true
show: true,
lineStyle: {
color: 'rgba(216, 221, 227, 1)',
type: 'dashed'
}
},
type: 'value',
show: true,
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论