| | |
| | | color: '#fff', |
| | | // fontSize: "22", |
| | | }, |
| | | show: false |
| | | // subtextStyle: { |
| | | // color: "#90979c", |
| | | // fontSize: "16", |
| | | // }, |
| | | }, |
| | | // 图表的位置 |
| | | // grid: { |
| | | // top:"4%" |
| | | // }, |
| | | grid: { |
| | | top: '10', |
| | | left: '0%', |
| | | right: '0%', |
| | | bottom: '0%', |
| | | containLabel: true, |
| | | }, |
| | | |
| | | color: colorArr, |
| | | legend: { |
| | | orient: 'vertical', |
| | | icon: 'circle', //图例形状 |
| | | data: legendData, |
| | | top: 10, |
| | | top: 0, |
| | | right: 0, |
| | | itemWidth: 14, // 图例标记的图形宽度。[ default: 25 ] |
| | | itemHeight: 14, // 图例标记的图形高度。[ default: 14 ] |
| | |
| | | radius: 80, |
| | | nameGap: 2, // 图中工艺等字距离图的距离 |
| | | splitNumber: 4, // 网格线的个数 |
| | | center: ["50%", "65%"], // 图的位置 |
| | | center: ["50%", "45%"], // 图的位置 |
| | | |
| | | indicator: indicator, |
| | | splitArea: { |