roei46
roei46
Hi , i am trying implementing the above method and in contrast to the example you gave, in my project it is not called but the color do change accordingly...
### Issue Link :link: https://github.com/danielgindi/Charts/issues/5018 ### Goals ⚽ Implementation of UILongPressGestureRecognizer in BarLineChartViewBase ### Implementation Details :construction: Added UILongPressGestureRecognizer to BarLineChartViewBase. Including UILongPressGestureRecognizer and function to handle it ### Testing...
## What did you do? While doing UIPanGestureRecognizer or UITapGestureRecognizer the chartValueSelected is invoked. In case i am doing UILongPressGestureRecognizer nothing happens. ## What did you expect to happen? The...