|
@@ -2,7 +2,7 @@
|
|
|
* @Author: WangQiBiao
|
|
|
* @Date: 2019-09-26 10:57:30
|
|
|
* @LastEditors: mozhuangru
|
|
|
- * @LastEditTime: 2019-10-11 16:24:41
|
|
|
+ * @LastEditTime: 2019-10-12 15:57:25
|
|
|
* @Description: 收入统计
|
|
|
-->
|
|
|
<template>
|
|
@@ -76,7 +76,8 @@ export default {
|
|
|
center: ['50%', '50%'],
|
|
|
label: {
|
|
|
normal: {
|
|
|
- formatter: '{b|{b}}\n{c}',
|
|
|
+ // formatter: '{b|{b}}\n{c}',
|
|
|
+ formatter: '{per|{d}%}',
|
|
|
fontSize: 10,
|
|
|
lineHeight: 14,
|
|
|
rich: {
|