Chart not working on Drupal site

I'm trying to create the Chart content type on my Drupal 7 site (actually, just uploading your sample chart from Examples & downloads page), but it just returns a blank page upon save. Console shows several javascript errors. You can see for yourself at https://foxylearning.com/chart-test

falcon's picture

You seem to be using a JavaScript minifier. Which one? Could you try to turn it off and see if that solves the problem?

You're right -- I'm using JSMin as part of the AdvAgg module. Disabling it for the H5P chart libraries resolved the problem. Fortunately, AdvAgg makes it easy to do this using the "Per File Settings" on the JS Compression tab of its configuration page. 

falcon's picture

Ok, thank you for reporting this. We will look into what the problem is and see if we can fix it. I'm afraid third party javascript might be the problem, and the real problem is probably within JSMin. Glad you were able to get it working with just a setting!