|
@@ -1,7 +1,7 @@
|
|
|
<!--
|
|
|
* @Author: your name
|
|
|
* @Date: 2021-10-11 14:54:18
|
|
|
- * @LastEditTime: 2021-10-11 15:37:24
|
|
|
+ * @LastEditTime: 2021-10-14 17:00:45
|
|
|
* @LastEditors: Please set LastEditors
|
|
|
* @Description: 生产情况的环形图
|
|
|
* @FilePath: \hyyfClient\src\components\erp\ProductionDonut.vue
|
|
@@ -45,7 +45,7 @@ export default {
|
|
|
title: {
|
|
|
text: this.title,
|
|
|
x: 47,
|
|
|
- y: 170
|
|
|
+ y: 175
|
|
|
},
|
|
|
grid: {
|
|
|
x: 100,
|
|
@@ -73,7 +73,7 @@ export default {
|
|
|
{
|
|
|
type: 'text',
|
|
|
left: '18%',
|
|
|
- top: '33%',
|
|
|
+ top: '38%',
|
|
|
style: {
|
|
|
text: this.number + '%',
|
|
|
fontSize: 40,
|
|
@@ -86,11 +86,10 @@ export default {
|
|
|
name: 'Access From',
|
|
|
type: 'pie',
|
|
|
radius: ['65%', '80%'], // 半径
|
|
|
- center: ['30%', '40%'],
|
|
|
+ center: ['30%', '45%'],
|
|
|
avoidLabelOverlap: false,
|
|
|
label: {
|
|
|
- show: false,
|
|
|
- // position: 'center'
|
|
|
+ show: false
|
|
|
},
|
|
|
emphasis: {
|
|
|
label: {
|