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
Morning!
thanks very much to receive this issue.
Bubble Charts Choose not jump into the method “chartValueSelected...”。is that the Bubble Charts has not set this delegate method?
#pragma mark - ChartViewDelegate
(void)chartValueSelected:(ChartViewBase * __nonnull)chartView entry:(ChartDataEntry * __nonnull)entry highlight:(ChartHighlight * __nonnull)highlight
{
NSLog(@"chartValueSelected");
}
How can I use this method in Bubble Charts?
The text was updated successfully, but these errors were encountered:
Morning!
thanks very much to receive this issue.
Bubble Charts Choose not jump into the method “chartValueSelected...”。is that the Bubble Charts has not set this delegate method?
#pragma mark - ChartViewDelegate
{
NSLog(@"chartValueSelected");
}
How can I use this method in Bubble Charts?
The text was updated successfully, but these errors were encountered: