带有重现步骤的现场演示 https://jsfiddle.net/ankitkumar148/e8xrvc65/11/
配置-
annotations: [{
shapes: [ {
point: '3',
type: 'rect',
width: 20,
height: 20,
x: -10,
y: -25
}],
labels: [ {
point: '4',
borderRadius: 2,
borderWidth: 2,
borderColor: 'red',
style: {
fontSize: '12px',
width: 20,
height: 20
},
shape: 'rect',
text: ' '
}]
}]
在上面的配置中,