You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using a local copy can be done as follows, as we discovered in #28:
In your drupal/sites/all/libraries directory, create a subdirectory chartjs
In your new chartjs directory, run wget https://github.com/chartjs/Chart.js/releases/download/v2.9.3/Chart.bundle.js
You should now have a file called Chart.bundle.js.
At admin/islandora/tools/islandora_usage_stats_charts, enter the URL to the newly downloaded Chart.bundle.js file, e.g. https://example.com/sites/all/libraries/chartjs/Chart.bundle.js
In case sites don't want to rely on a remote CDN.
The text was updated successfully, but these errors were encountered: