Merge branch 'master' of http://yun.pashanhoo.com:9090/renchao/CadastralSystem
Showing
2 changed files
with
2 additions
and
2 deletions
-
Please register or sign in to post a comment
... | ... | @@ -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', | ||
... | ... |