您可以通过修改 opts
对象中的 extra
属性来实现。具体来说,将 line
对象中的 width
属性值设置为一个较大的数值即可
extra: {
line: {
type: "curve",
width: 2,
activeType: "hollow",
linearType: "custom",
}
}
更改前
更改后