You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Charts v2, I used -getMarkerPositionWithEntry:highlight: to get position of highlight, relative to chart view ( #1399). In v3.0.0, that method is no longer available, and (maybe) it's replaced with -getMarkerPositionWithHighlight:. But it always return CGPointZero. I tried that in sample project:
Okay, again, after minutes I found out that, I have to get highlight.xPx and highlight.yPx to make CGPoint location of the highlight. But I wonder what's the meaning of that method -getMarkerPositionWithHighlight:, and why it changed so much compare to previous version.
Okay, again, after minutes I found out that, I have to get highlight.xPx and highlight.yPx to make CGPoint location of the highlight. But I wonder what's the meaning of that method -getMarkerPositionWithHighlight:, and why it changed so much compare to previous version.
@kientux I tried highlight.xPx and highlight.yPx it's working for some bar chart. Top position bar only working. Bottom level bars not working for this. I used the horizontal bar chart.
In Charts v2, I used
-getMarkerPositionWithEntry:highlight:
to get position of highlight, relative to chart view ( #1399). In v3.0.0, that method is no longer available, and (maybe) it's replaced with-getMarkerPositionWithHighlight:
. But it always returnCGPointZero
. I tried that in sample project:The text was updated successfully, but these errors were encountered: