Highcharts bereaksi menyembunyikan titik titik data

series: [
  data: [...],
  marker: {
       enabled: false
  }
]
Badie96