Problem/Motivation
I disabled CDN on the charts setting page
I do have libraries/chart.js installed properly.
I get this error:
Chart.js Library
Not Installed
You are missing the Chart.js library in your Drupal installation directory and you have opted not to use a CDN. Please either enable use of the CDN in the Chart Settings under the Advanced tab or see the README file inside charts_chartjs for instructions to install the library.
If I manually change the library from libraries/chart.js to libraries/chartjs this goes away.
Please correct and use libraries/chart.js when checking on the status page
Steps to reproduce
Proposed resolution
Please correct and use libraries/chart.js when checking on the status page
Remaining tasks
User interface changes
API changes
Data model changes
Issue fork charts-3416122
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #5
andileco commentedNot to anyone who still has chartjs as your library directory...you are probably using an older version of Chart.js and need to follow the directions in the README.md to update.
Comment #6
socialnicheguru commentedThanks. I read it and had it setup correctly for a while. The fix you added was all that was needed.