0

Is it possible to display point markers on main chart but not display it on Navigator chart?

enter image description here

Prosto Trader
  • 3,471
  • 3
  • 31
  • 52
  • possible duplicate of [HighCharts - How can I turn of the points?](http://stackoverflow.com/questions/14642779/highcharts-how-can-i-turn-of-the-points) – Paweł Fus Jan 22 '14 at 10:56

1 Answers1

1

You can use:

marker: {
    enabled: false
}

It is the default setting. See here.

wergeld
  • 14,332
  • 8
  • 51
  • 81