侃侃无极
您可以为标记使用额外的散点系列,例如: chart: { type: 'scatter' }, series: [{ type: 'line', data: [1, 5, 3, 1, 5, 6, 7, 1, 2, 4], marker: { enabled: false } }, { name: 'marker1', data: [ [3, 1] ] }, { name: 'marker2', data: [ [5, 6] ] }]现场演示:http: //jsfiddle.net/BlackLabel/Lbf9cqnm/API 参考: https ://api.highcharts.com/highcharts/series.scatter