Hi, I'm evaluating Jaspersoft and Visualize.js. Do charts rendered with Visualize.js raise any JavaScript events when user selections are made (e.g. the user selects a bar in a bar chart or a set of points in a scatter chart)? If so, can the data content of the selection be inspected (e.g. the actual selected points in a scatter chart)? Many thanks for any information.
1 Answer:
Posted on July 16, 2014 at 12:36am
Unfortunately, Visualize.js doesn't provide access to HighCharts internal object or events. However you can try to directly access HighCharts charts through DOM. For more information see this post on StackOverflow: http://stackoverflow.com/a/13051825
Actually another option for you is to use Links mechanism. But first you need to design your chart report in JSS studio to support links. Then you can use http://community.jaspersoft.com/sites/all/libraries/pdf.js/web/viewer.ht... approach to handle clicks on "links".