首页表单样式调整
Showing
1 changed file
with
5 additions
and
5 deletions
... | @@ -265,8 +265,8 @@ export default { | ... | @@ -265,8 +265,8 @@ export default { |
265 | }); | 265 | }); |
266 | 266 | ||
267 | chart.coordinate('theta', { | 267 | chart.coordinate('theta', { |
268 | radius: 0.75, | 268 | radius: 0.65, |
269 | innerRadius: 0.7, | 269 | innerRadius: 1.5, |
270 | }); | 270 | }); |
271 | 271 | ||
272 | chart.data(data); | 272 | chart.data(data); |
... | @@ -583,7 +583,7 @@ export default { | ... | @@ -583,7 +583,7 @@ export default { |
583 | }); | 583 | }); |
584 | // 绘制指标数字 | 584 | // 绘制指标数字 |
585 | chart.annotation().text({ | 585 | chart.annotation().text({ |
586 | position: ['50%', '85%'], | 586 | position: ['80%', '55%'], |
587 | content: '合格率', | 587 | content: '合格率', |
588 | style: { | 588 | style: { |
589 | fontSize: 20, | 589 | fontSize: 20, |
... | @@ -592,10 +592,10 @@ export default { | ... | @@ -592,10 +592,10 @@ export default { |
592 | }, | 592 | }, |
593 | }); | 593 | }); |
594 | chart.annotation().text({ | 594 | chart.annotation().text({ |
595 | position: ['50%', '90%'], | 595 | position: ['80%', '70%'], |
596 | content: `${data[0].value * 10} %`, | 596 | content: `${data[0].value * 10} %`, |
597 | style: { | 597 | style: { |
598 | fontSize: 36, | 598 | fontSize: 18, |
599 | fill: '#545454', | 599 | fill: '#545454', |
600 | textAlign: 'center', | 600 | textAlign: 'center', |
601 | }, | 601 | }, | ... | ... |
-
Please register or sign in to post a comment