Commit 987d696f by ningjihai

库存入库chart

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