Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Overriding - (void)barChartView:(JBBarChartView *)barChartView didSelectBarAtIndex:(NSUInteger)index is not showing selection view? #133

Closed
kidsid49 opened this issue Jan 6, 2015 · 2 comments

Comments

@kidsid49
Copy link

kidsid49 commented Jan 6, 2015

I override this method to take some action and then its stopped showing vertical selection view while on the other side avoiding overriding this view shows the vertical selection view.

@terryworona
Copy link
Collaborator

The demo works and it overrides didSelectBarAtIndex. Use that as a stepping stone to debug your issue.

Make sure the chart's showsVerticalSelection property is YES.

Sorry I can't help you without more details.

@kidsid49
Copy link
Author

kidsid49 commented Jan 7, 2015

Fixed it. The view labels i am updating on the bar selection is having some autolayout constraint performance issue. Removed autolayout and vertical selection is showing again. In-fact the perfomance was so down there is delay in touches too.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants