Import chart data using it TableField and optional chart type field.
Choose Charts format in the entity manage display.

This project is not covered by Drupal’s security advisory policy.

The Charts field formatter module provides a way to build any kind of chart inside an entity (e.g. node, paragraph ..etc) with Highcharts (>=3.3 and <5.x) charts provider.

As any chart data depends on tabular data, this module depends on the TableField module which will let you import your chart data using a CSV file or manual editing.

Dependencies:

Installation and configuration:

  • Enable the module and its dependencies: charts, charts_highcharts, and tablefield.
  • Create a field of type tablefield in the entity (node, paragraph, etc) that you want to view the chart inside it.
  • Go to the entity manage display and choose Charts in the field formatter.
  • Create a new content and you can import any CSV file that has the same structure of charts_example.csv which follows the Highcharts structure.

Notes:

  • Make sure to install Highcharts third-party library as described Here.
Supporting organizations: 

Project information

Releases