Plugin Support
The Chart.js community has developed many addons and plugins. A selection of these addons are bundled with the module.
Details on configuring each plugin are outside the scope of this module's documentation. Please consult the plugin's own documentation for complete details.
Extra Chart Types
Name | Description | Included/Tested |
---|---|---|
boxplot | Adds boxplot and violin plot chart type | ✅ |
funnel | Adds funnel chart type | ✅ |
graph | Adds graph chart types such as a force directed graph | ✅ |
matrix | Adds matrix chart type | ✅ |
pcp | Adds parallel coordinates plot chart type | ✅ |
sankey | Adds sankey diagram chart type | ✅ |
stacked100 | Draws 100% stacked bar chart | ✅ |
treemap | Adds treemap chart type | ✅ |
venn | Adds venn and euler chart type | ✅ |
word-cloud | Adds word-cloud chart type | ✅ |
Plugins
Name | Description | Included/Tested |
---|---|---|
annotation | Draws lines, boxes, points, labels, polygons and ellipses on the chart area | ✅ |
autocolors | Automatic color generation | ✅ |
crosshair | Adds a data crosshair to line and scatter charts | ✅ |
datalabels | Displays labels on data for any type of charts | ✅ |
hierarchical | Adds hierarchical scales that can be collapsed, expanded, and focused | ✅ |
zoom | Enables zooming and panning on charts | ✅ |