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
I'm trying to disable the user from selection of any bars in a BarChartView.
In following #2337, I did the following with no results: barChartView.highlightValue(nil, callDelegate: true) as well as barChartView.highlightValue(nil)
In following stackoverflow's answer How to disable selection of bar char? I also did the following barChartView.delegate?.chartValueNothingSelected!(barChartView) with no results.
What is the right away to disable selection/highlight in a BarChartView?
The text was updated successfully, but these errors were encountered:
I'm trying to disable the user from selection of any bars in a
BarChartView
.In following #2337, I did the following with no results:
barChartView.highlightValue(nil, callDelegate: true)
as well asbarChartView.highlightValue(nil)
In following stackoverflow's answer How to disable selection of bar char? I also did the following
barChartView.delegate?.chartValueNothingSelected!(barChartView)
with no results.What is the right away to disable selection/highlight in a
BarChartView
?The text was updated successfully, but these errors were encountered: