83692916 by 杨威
2 parents dea973e3 33703377
......@@ -287,7 +287,7 @@ export default {
},
fitView: true,
fitViewPadding: 200,
fitViewPadding: 160,
});
graph.data(data);
......
......@@ -584,7 +584,7 @@ export default {
// 绘制指标数字
chart.annotation().text({
position: ['80%', '55%'],
content: '合格率',
content: '及时率',
style: {
fontSize: 20,
fill: '#545454',
......