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

ChartJS PHP

Create charts in code for Drupal 8/9

How to use

Add js library to page

'#attached' => [
  'library' => [
    'charts_js_php/chart'
  ]
]

To use chart in twig ensure you use the raw function

{{ chart|raw }}

Documentation

Full documentation is available at Charts.js website. There you can find what type of charts and associated properties are available.

Project information

Releases