样式修改
Showing
2 changed files
with
2 additions
and
2 deletions
| ... | @@ -584,7 +584,7 @@ export default { | ... | @@ -584,7 +584,7 @@ export default { |
| 584 | // 绘制指标数字 | 584 | // 绘制指标数字 |
| 585 | chart.annotation().text({ | 585 | chart.annotation().text({ |
| 586 | position: ['80%', '55%'], | 586 | position: ['80%', '55%'], |
| 587 | content: '合格率', | 587 | content: '及时率', |
| 588 | style: { | 588 | style: { |
| 589 | fontSize: 20, | 589 | fontSize: 20, |
| 590 | fill: '#545454', | 590 | fill: '#545454', | ... | ... |
-
Please register or sign in to post a comment