| | |
| | | this.option = { |
| | | legend: { |
| | | orient: "vertical", |
| | | bottom: '12%', |
| | | bottom: '30%', |
| | | right: '6%', |
| | | textStyle:{ |
| | | color:'#fff' |
| | | }, |
| | | itemHeight: 5, // 设置图例项的高度 |
| | | itemWidth: 5, // 设置图例项的宽度 |
| | | data: [ |
| | | { |
| | | name: "实际", |
| | |
| | | ], |
| | | }, |
| | | radar: { |
| | | center:['43%','55%'], |
| | | radius:'70%', |
| | | // center:['43%','55%'], |
| | | center: ["33%", "50%"], |
| | | // radius:'65%', |
| | | radius:'30%', |
| | | indicator: [ |
| | | { name: "人", max: 100, color: "#fff" }, |
| | | { name: "环", max: 100, color: "#fff" }, |
| | |
| | | </script> |
| | | |
| | | <style> |
| | | #echarts2 { |
| | | width: 2.89rem; |
| | | height: 2.6rem; |
| | | transform: scaleY(2); |
| | | /* border: 1px solid red; */ |
| | | } |
| | | </style> |