Download Now
ChartJs for WordPress is the Chart.js library integration into WordPress.
Features list:
- 7 chart types from Chart.js.
- Total control on chart options if needed (using JavaScript). Accept any valid Chart.js option (the 2.x branch for now).
- Remote data fetching using WordPress functions like “wp_remote_get” (requires the use of PHP and JavaScript code).
- Import data sets from CSV files.
- Usable with shortcode, WordPress widgets, Gutenberg blocks, WPBakery Page Builder, Beaver builder or Elementor.
- Translation ready. .pot template included.
Latest Changes
## 2022.2 ## * Added Chart.js v3.7.1 * Added ability to use Chart.js plugins (for charts using Chart.js v3) * Included "Annotation", "Datalabels" and "Zoom" plugins. * Updated .pot file. ## 2022.1 ## * Bugfix: horizontal bar charts not working. ## 2021.2 ## * Added feature: made chart object accessible from outside the plugin. * Added JS snippet field. * Updated .pot file.