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
It seems a defect. highlight is called after drawing the data. If you give a solid color, it will cover the shape. take a look at open override func draw(_ rect: CGRect). To work around, you can change the order on your side.
I think this can be done using a switch either highlight before drawing the data or after. But not sure if there are any side effects.
Are you able to try?
Hi, I've set this:
self.graph.drawOrder = [DrawOrder.bar.rawValue, DrawOrder.line.rawValue]
And I have two data sets which appear correctly when nothing is highlighted
but when I select something (highlight) it gets hidden by the highlighted bar:
How could I keep the highlighted bar behind the line, as in the normal state? Any special property, delegate, something ovbious I'm missing?
Thanks a lot for your effort!
The text was updated successfully, but these errors were encountered: