提交 68f5343a 编写于 作者: zhentian.jia's avatar zhentian.jia

交互优化问题2

上级 372fd618
......@@ -347,7 +347,7 @@ export function durationOption(xAxisData, seriesData) {
position: "top",
formatter: "{c}", //这是关键,在需要的地方加上就行了
rotate: -90,
offset: [-5, -17]
offset: [-5, -15]
}
}
]
......@@ -427,7 +427,7 @@ export function educationEffect(xAxisData, seriesBefore, seriesAfter) {
position: "top",
formatter: "{c}%",
rotate: -90,
offset: [-5, -17]
offset: [-5, -15]
}
},
{
......@@ -440,7 +440,7 @@ export function educationEffect(xAxisData, seriesBefore, seriesAfter) {
position: "top",
formatter: "{c}%",
rotate: -90,
offset: [-5, -17]
offset: [-5, -15]
}
}
]
......@@ -530,7 +530,7 @@ export function knowledgeEffect(xAxisData, seriesBefore, seriesAfter) {
position: "top",
formatter: "{c}%", //这是关键,在需要的地方加上就行了
rotate: -90,
offset: [-5, -17]
offset: [-5, -15]
},
},
{
......@@ -543,7 +543,7 @@ export function knowledgeEffect(xAxisData, seriesBefore, seriesAfter) {
position: "top",
formatter: "{c}%", //这是关键,在需要的地方加上就行了
rotate: -90,
offset: [-5, -17]
offset: [-5, -15]
}
}
]
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册