mjordan / islandora_repository_reports

A Drupal 8 module that provides a collection of graphical reports on various aspects of an Islandora repository.
GNU General Public License v2.0
2 stars 5 forks source link

Allow for clickable charts that query Drupal #38

Open mjordan opened 4 years ago

mjordan commented 4 years ago

It would be useful to provide the ability to click on a segment in a pie chart, for example, and launch a browser tab that queries Drupal for all the pages counted in that segment (e.g. for a given taxonomy term). This is not a built-in feature of Chart.js but https://github.com/chartjs/Chart.js/issues/4639 provides some sample JavaScript code that could be used for this.