Install

Works with Drupal: 8.x

Using Composer to manage Drupal site dependencies

Alternative installation files

Download tar.gz 50.39 KB
MD5: 72e3749ef5cb647c75cd335e7f1c3c54
SHA-1: 0e4ba303bbfde31d97d60db74b4cd50a57a41bbe
SHA-256: fa79ae1e227e466478da3a893f2afb3628da76d88d6f67452b7be1b80da3b299
Download zip 93.86 KB
MD5: 7a276deff36eecf88532cc0e125d98b4
SHA-1: a3442f27c9c6abc38bcda1e05bce03c11edebf41
SHA-256: ff1fb068065d9a8d9c512129419b99c9131a4af6789a46095b720763f4b6603c

Release notes

This release includes major changes from -alpha7. There are three main areas to pay attention to as you update your module:

1) The library installation process has changed dramatically (for the better)! The README.txt files in the three charting provider sub-modules give explicit instructions about how the libraries should be installed. Once you do this, subsequent module updates should be easier.

2) The way to render a chart is more clear and uses the buildVariables() method (instead of the ModuleSelector() method). There are numerous examples of how to implement this: look in Charts API Example, Charts Blocks, or the charts.module file.

3) The chart plugins have changed, and going to a page with your View may cause a WSOD if you don't first edit the View(s), reset the format settings to select your charting library, and re-save your View.

All the changes since -alpha7:

Created by: andileco
Created on: 7 Mar 2018 at 04:14 UTC
Last updated: 11 Apr 2018 at 23:48 UTC
Bug fixes
New features

Other releases