Dear Sir or Madam,
in the attached demo file you see that a chart is displayed. I took the code from one of your widget demos. What I want to do is conditionally displaying a label for specific points. To achieve this I need to compare the value of the current point to the values of other points of the same series and to points of other series. When I call "pointInfo.series.getAllPoints()" (site.js, line 94), I get an empty array. The same is true for getAllPoints called on other series.
Thus my question is:
How do I compare the value of the current point to the values of other points in the same and other series within the customizeLabel-event?
I also reproduced this behavior with DevExtreme 2016.1.7.
Please note that I removed the packages-folder to reduce the size of the attachment.
Kind Regards
CosmosDev