现在,我正在使用LineRenderer,但实际上我需要这些点,我想避免在它们之间插入线。是否有渲染器?我尝试了lineWidth:0,但它仍然存在。谢谢你的帮助。 最佳答案 将showLine设置为falseseriesDefaults: { showLine:false, }, showLine属性用于显示线段与否