我正在使用带有注释的两个系列(月,值,目标)的折线图,但标签重叠。我尝试使用stem,font-size,change scale,targetAxisIndex等
有没有办法解决这个问题?
我该如何解决?这段代码是我最后一次尝试。
series: {
1: {
type: 'line',
pointSize: 5,
annotations: {
stem: {
length: 0
}
},
targetAxisIndex:1
},
2: {
annotations: {
stem: {
lenght:17
},
targetAxisIndex: 2
}
}
}