I have found two documentations on this
-
Use Charts with Feeds and Storage Entities Documented here: https://www.youtube.com/watch?v=DlMIYQ6VhLc&t=1225s There seem two problems with this. First, the Feeds + Storage Entities will create countless nodes since very data set is stored as a node. Second, Feeds is not covered by Drupal’s security advisory policy.
-
Use Charts with TableField and Charts Field Formatter Documented here: https://pierreabreu.medium.com/drupal-8-add-charts-module-as-a-paragraph-field-f0a96d2efc6 Once again, Charts Field Formater is not covered by Drupal’s security advisory policy, and is extremely buggy.
The latter still seems a better choice since TableField allows you to have different types of charts associated with each node. Additionally, you can place them as you like with Paragraphs.
Are these the only two ways to create charts. I mean heavy usage of charts. Not just select random fields and use Views to show data from the site.