| | |
| | | trigger: "item", |
| | | }, |
| | | legend: { |
| | | top: "5%", |
| | | top: "-1%", |
| | | padding: [50, 100, 0, 0], |
| | | orient: "vertical", |
| | | left: "left", |
| | | left: "60%", |
| | | textStyle: { |
| | | color: "rgba(255,255,255,0.6)", |
| | | }, |
| | | itemGap: 23, |
| | | icon: 'circle', |
| | | itemHeight: 5 |
| | | }, |
| | | series: [ |
| | | { |
| | | name: "品质", |
| | | type: "pie", |
| | | radius: ["40%", "70%"], |
| | | center: ["23%", "50%"], |
| | | avoidLabelOverlap: false, |
| | | label: { |
| | | normal: { |
| | | show: true, |
| | | formatter: "产品总数\n\n" + sum, |
| | | formatter: ['{a|产品总数}', `${sum}`].join('\n'), |
| | | position: "center", |
| | | lineHight: 30, |
| | | }, |
| | | color: '#66ddec', |
| | | fontSize: 30, |
| | | fontWeight: 'bolder', |
| | | rich: { |
| | | a: { |
| | | fontSize: 14, |
| | | height: 40 |
| | | } |
| | | } |
| | | } |
| | | |
| | | }, |
| | | labelLine: { |
| | | show: false, |