Using the Charts Module in Drupal 9

Описание к видео Using the Charts Module in Drupal 9

Tutorial Sections:
00:00 0. Introduction
01:23 1. Prerequisite knowledge
02:12 2. Configuring Drupal for the Charts module
06:54 3. Creating a Storage Type for your data
09:33 4. Creating a Feed Type for your data
14:06 5. Importing your data into Drupal
16:42 6. Charting your imported data

This video provides a tutorial on how to use the Charts Module in Drupal 9. The Charts module is a fantastic extension that allows you to create interactive graphs directly in Drupal. However, there are a lot of moving parts that need to be lined up for the Charts module to work correctly - hence this tutorial.

This guide goes through a very simple use case, but the full documentation for the Charts module provide guidance for more complicated situations:
https://www.drupal.org/project/charts

Versions used in this tutorial
Drupal: 9.3.0
Charts Module: 8.x-3.3
Feeds Module: 8.x-3.0-alpha11
Storage Entities: 1.0.2

Section 1. Prerequisite knowledge.
This video assumes that you have a basic understanding of how to: 1) install and enable modules, 2) use Views, and 3) connect to the backend of your Drupal installation. If you don't know how to do some of these things, check out the following links:
- Modules: https://www.drupal.org/docs/extending...
- Views: https://www.drupal.org/docs/user_guid...
- Connecting to the backend: https://wiki.filezilla-project.org/Fi...)

Section 2. Configuring Drupal for the Charts module.
Modules you will need to install and enable:
- Charts https://www.drupal.org/project/charts
- Feeds https://www.drupal.org/project/feeds
- Storage Entities https://www.drupal.org/project/storage
- Media (already installed as part of Drupal 9 core, just needs to be enabled)

Javascript you will need to follow along with this tutorial:
- Google Charts loader.js https://www.gstatic.com/charts/loader.js

Комментарии

Информация по комментариям в разработке