[TIMOB-20254] How to detect click in Highcharts and trigger event in application?
GitHub Issue | n/a |
Type | Bug |
Priority | Critical |
Status | Open |
Resolution | Unresolved |
Affected Version/s | Release 4.0.0 |
Fix Version/s | n/a |
Components | n/a |
Labels | n/a |
Reporter | Akash Salunkhe |
Assignee | Unknown |
Created | 2016-01-14T14:06:02.000+0000 |
Updated | 2018-02-28T19:54:57.000+0000 |
Description
I am using Highcharts version 3.0.5. I am trying to detect click event when user click on bar in graph. The goal is to identify which bar is clicked. Problem is how detect click from graph(webview) and fire event in application.
Attachments
File | Date | Size |
index_2.js | 2016-01-15T09:07:54.000+0000 | 1203 |
index.js | 2016-01-14T13:58:00.000+0000 | 1115 |
index.xml | 2016-01-14T13:57:55.000+0000 | 110 |
This is updated file where I have added event listener before firing event from Webview.