Hi
I use google charts in B4I
is there a way to grab the user click on the chart and get the content of the ballon?
I want to use it for drill down charts
You can use WKWebView.EvaluateJavaScript to inject JavaScript. Your JavaScript should redirect the current page when the user clicks on the chart.
Handle the OverrideUrl event to catch this.