This module contains front end components to create visual charts using the ChartJS library. Currently, there is support for three chart types: Bar chart, line chart and a pie chart. This module includes a "static chart data source" which allows the user to manually specify data for the charts. Other implementations of chart data sources are available and provided by different modules. If you install the "Data sources" module, you can feed data from external datasources into the chart components, for example.