Skip to content
Snippets Groups Projects
Commit 8254ffd8 authored by Dominik Wille's avatar Dominik Wille Committed by Daniel Cothran
Browse files

Issue #3509683 by harlor: Uncaught TypeError: Drupal.Charts is undefined

parent cab27230
No related branches found
No related tags found
3 merge requests!131Add defer attribute to chartjs library,!113fixed the issue,!75Resolve #3391197 "Enable support for"
Pipeline #443029 passed with warnings
...@@ -20,7 +20,7 @@ charts_chartjs: ...@@ -20,7 +20,7 @@ charts_chartjs:
chartjs: chartjs:
version: 1.x version: 1.x
js: js:
js/charts_chartjs.js: { weight: -1 } js/charts_chartjs.js: { weight: -1, attributes: { defer: true } }
dependencies: dependencies:
- charts/global - charts/global
- charts_chartjs/charts_chartjs - charts_chartjs/charts_chartjs
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment