删除步骤线点

时间:2015-09-24 07:07:50

标签: javascript html css highcharts

我想删除步骤行点,怎么做?

我的代码: http://360.art.pl/krotnica_pcm/przebiegi.html

Point marked with red arrow

1 个答案:

答案 0 :(得分:3)

这样做可以关闭积分:

plotOptions: {
  line: {
    marker: {
      enabled: false
    }
  }
}