Hi. I've faced an issue when I tried to install this module from scratch. After some investigation, I found that we have highcharts drupal module in dependencies as that module required 'highcharts.js' library to be installed. So I definitely think that we should add this info to the module documentation page.
For example something like this:
After enabling performance_toolkit module you need to manually add a JS library hightchars.js. For that you can complete the following steps:
1. Create folder sites/all/libraries/highcharts/js
2. Download file from https://code.highcharts.com/highcharts.js to the above folder.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | add_hook_requirements-3036993-2.patch | 1.17 KB | driverok |
Comments
Comment #2
driverok commentedHi. I created a patch which implements hook_requirements() in order to check that required JS library 'highcharts' exists.
This hook checks on installation and runtime phases.
Also please consider updating the module page with information proposed by my previous comment (#1). Thanks for the great job!.
Comment #3
e.bogatyrev