...
可以参考此扩展属性在图形上写扩展属性实现(具体扩展属性需要根据您实际情况修改):
{
series: [{
label: {
normal: {
position: "top"
}
}
}, {
label: {
normal: {
position: "bottom"
}
}
}, {
label: {
normal: {
position: "top"
}
}
}]
}
代码块 | ||
---|---|---|
| ||
{
series: [{
label: {
normal: {
position: "top"
}
}
}, {
label: {
normal: {
position: "bottom"
}
}
}, {
label: {
normal: {
position: "top"
}
}
}]
} |