Install

Works with Drupal: ^9.2

Using Composer to manage Drupal site dependencies

Alternative installation files

Download tar.gz 95.56 KB
MD5: bc6d57689ece800bf90af14e67b779ae
SHA-1: bc37c2e1c0ce2c72f4aaf148f88de4e862529a25
SHA-256: 1352523cf9fb04f5db1d642d51043aa82177a01a5f1dd572ba6654c54f061562
Download zip 149.33 KB
MD5: 48951fa821ad3615fabe25d995d93689
SHA-1: 384a3513b6957d8e6677d2e15cf6772bb38f8141
SHA-256: 8e062ff9e58d92289776ea3d3cd0394a46f12c560644cbe2ca3671d68a3274de

Release notes

This release aligns with Drupal’s new vision for empowering ambitious site builders. New features, such as providing libraries delivered by content delivery network (CDN) by default* and new ways of generating charts (such as chart fields), mean that any site builder can create charts as soon as the module (and at least one submodule) is enabled, without needing to write any code or be familiar with a charting provider API.

This full release is a long time coming. If you are upgrading from the 8.x-3.x version of charts, please start your upgrade process by installing the 5.0.0-alpha3 version of the module `composer require drupal/charts:5.0.0-alpha3`, running database updates, and then requiring this version: `composer require drupal/charts:^5.0.0 ` and again running database updates.

No matter if you are upgrading or starting fresh, the following two steps are recommended before doing anything else:

  1. Make sure you have enabled the Charts module and at least one charting provider submodule.
  2. Configure default settings, such as which library should be the default library, via Configuration > Content authoring > Charts configuration (/admin/config/content/charts).

Happy charting!

*If local library files are present, the site will default to using them instead of the CDN.

Created by: andileco
Created on: 1 May 2022 at 15:26 UTC
Last updated: 1 May 2022 at 15:27 UTC
Bug fixes
New features

Other releases