You are here

charts_c3.libraries.yml in Charts 8

modules/charts_c3/charts_c3.libraries.yml

File

modules/charts_c3/charts_c3.libraries.yml
View source
  1. charts_c3:
  2. version: 1.x
  3. js:
  4. js/charts_c3.js: {}
  5. dependencies:
  6. - core/jquery
  7. - core/jquery.once
  8. - core/drupal
  9. d3:
  10. remote: https://d3js.org/d3.v3.min.js
  11. version: 3
  12. license:
  13. name: BSD
  14. url: https://en.wikipedia.org/wiki/BSD_licenses
  15. gpl-compatible: false
  16. js:
  17. vendor/dthree/d3.v3.min.js: {}
  18. c3:
  19. remote: https://cdnjs.cloudflare.com/ajax/libs/c3/0.4.11/c3.min.js
  20. version: 0.4.11
  21. license:
  22. name: MIT
  23. url: https://opensource.org/licenses/MIT
  24. gpl-compatible: true
  25. css:
  26. theme:
  27. vendor/cthree/css/c3.min.css: {}
  28. js:
  29. vendor/cthree/c3.min.js: {}
  30. dependencies:
  31. - core/jquery
  32. - core/jquery.once
  33. - core/drupal
  34. - charts_c3/d3