thierry
thierry
chartValueSelected not calling for all clicking on hole in graph in v.4.0.2 (v3.6.0 works perfectly)
#4795
not resolved i don't know what to do
it is ok for me before after
here is the version Xcode Version 8.1 (8B62)
If it can help If someone has an idea
in BarChartRenderer open override func drawValues(context: CGContext) ....... ``` if !viewPortHandler.isInBoundsY(y) || !viewPortHandler.isInBoundsLeft(x) { continue } ```....... in HorizontalBarChartRenderer open override func drawValues(context: CGContext) ...... ``` if viewPortHandler.isInBoundsX(rect.origin.x) **
what is this "**GearChart**" ??
These are separate repos for better focus and reusability.
good idea