83692916 by 杨威
2 parents dea973e3 33703377
...@@ -287,7 +287,7 @@ export default { ...@@ -287,7 +287,7 @@ export default {
287 }, 287 },
288 288
289 fitView: true, 289 fitView: true,
290 fitViewPadding: 200, 290 fitViewPadding: 160,
291 }); 291 });
292 292
293 graph.data(data); 293 graph.data(data);
......
...@@ -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',
......