-
andileco authored
This commit takes all sub-module-specific code out of the core charts module, making the module more extensible. It also improves the libraries.yml files and removes unused code from various parts of the site.
andileco authoredThis commit takes all sub-module-specific code out of the core charts module, making the module more extensible. It also improves the libraries.yml files and removes unused code from various parts of the site.
charts_highcharts.libraries.yml 472 B
charts_highcharts:
version: VERSION
js:
js/charts_highcharts.js: {}
dependencies:
- core/jquery
- core/jquery.once
- core/drupal
highcharts:
remote: https://code.highcharts.com/highcharts.js
version: VERSION
license:
name: Non-commercial
url: https://creativecommons.org/licenses/by-nc/3.0/
gpl-compatible: false
js:
vendor/highcharts/highcharts.js: {}
dependencies:
- charts_highcharts/charts_highcharts