0

Couldn't show the value of point on the red line which is covered black circle.

Probably, near points are squishing each other. Is there a solution for fixing this ? Showing it in tooltip not a solution for my task.

  • Do you want the labels to be always shown? If yes, then you can set allowOverlap to true. http://jsfiddle.net/tas9x40q/1/ – morganfree Oct 17 '16 at 15:04
  • Your options are to either use the default setting of not allowing overlap, which hides one of the lables, or to allow overlap, which...overlaps the labels. There is a feature request to implement collision detection for data labels that you can add your votes/comments to, here: https://highcharts.uservoice.com/forums/55896-highcharts-javascript-api/suggestions/15960472-collision-detection-for-data-labels – jlbriggs Oct 17 '16 at 15:28
  • setting allowOverlap to true is such a nice solution for little data. But in my case is not. Cause i have to show more data on graph. – Halit Ciftci Oct 19 '16 at 08:38

0 Answers0