Install
Works with Drupal: ^9.2 || ^10Using Composer to manage Drupal site dependencies
Alternative installation files
Download tar.gz
131.04 KB
MD5: 9ff31b5fdac2f67786457835ce64e4f0
SHA-1: 63fb42d9ae51bc1ae67b1972deb8e38db888ae2f
SHA-256: b39ac596616f8d4a0a5da71c1f3e18e1fa894284f7d962053870e8ce04758d16
Download zip
202.35 KB
MD5: 8397f08bc3e8215298226af49ad69fe2
SHA-1: 55c89049964a7b9b1b0c2ff80eb01d35ebe2b832
SHA-256: 7a8f60db147f40b977ae4935fb4b0f71d6e7cfe9e520053f5fddaffc8b2530ae
Release notes
IMPORTANT: If you have a module that extends the Charts style plugin, such as Charts Highcharts Drilldown, please update that module at the same time.
Contributors (8)
andileco, bronismateusz, johnatas, johnjw59, mfb, nikathone, olivier.br, zerbash
Changelog
Issues: 10 issues resolved.
Changes since 5.0.16:
Bug
- #3464603: Invalid json in modules/contrib/charts/modules/charts_chartjs/composer.json
- #3466764 by andileco, nikathone: Add prefix to $set_label to prevent numbers being stripped by Html::cleanCssIdentifier
- #3468607 by andileco, mfb, johnatas, bronismateusz: ArgumentCountError at admin/config/content/charts on D11
- #3482290 by andileco, zerbash, nikathone: Secondary axis overwrites first
- #3488778 by andileco, johnjw59: Twig Debug Breaks Chart Label in Views
Feature
- #3481760 by andileco, nikathone: Add entity to the Chart element when a Chart field is used to enable retrieval of entity values in charts hooks
- #3463501 by andileco, olivier.br, nikathone: Add the possibility to choose a different CSV separator by chart with chart field
- #3490095 by andileco, nikathone: Make getSelectedDataFields protected rather than private
- #3490047 by andileco, nikathone: Provide a way to identify chart attachment added to chart render array
Support
- #3463862: How to use plugins?