Install
Works with Drupal: ^9.2 || ^10Using Composer to manage Drupal site dependencies
Alternative installation files
Download tar.gz
118.99 KB
MD5: 356a9479acba9e9ccfaef6868ba115be
SHA-1: 68abde7ce821003dafde4e4730837482d893dc4e
SHA-256: e6645c5ac58928c4fa2b84f1f51be67ed646ace97895c1b0b393af5c4485ccc8
Download zip
184.73 KB
MD5: 70e8a66fe1041bb81e615939f192b8a4
SHA-1: 9f38acb8a27888001613a50d9b054058d96464df
SHA-256: c8fc349544e5146b2d48949d4e6ad669fb5dcebf5dd42ed0e6781ec5aeee6ee6
Release notes
This release allows you to create a pie chart in Views using multiple fields as data providers. Make sure to select "No label field" for it to work. Also includes a PHP 8+ fix and some bugfixes around the libraries.
Contributors (5)
andileco, crutch, hmdnawaz, nikathone, vaza18
Changelog
Issues: 4 issues resolved.
Changes since 5.0.6:
Bug
- #3359426 by andileco, vaza18: Using an unparenthesized expression containing a "." before a "+" or "-" has been deprecated in PHP 7.4 and removed in PHP 8.0
- #3263413 by andileco, hmdnawaz, crutch, nikathone: Warning: Undefined array key "library" in Drupal\charts\Element\BaseSettings::processSettings()...line 125...\BaseSettings.php
- #3370729 by andileco, nikathone: calculateDependencies using wrong parameter in Views style plugin
Task
- #3366049 by andileco: Problem rendering a single pie chart from multiple fields within the same node