A plugin for WordPress that auto generates chart blocks using c3.js from CSV data.
- c3.js
- d3.js
- Area
- Area Spline
- Bar (Stacked)
- Donut
- Line
- Pie
- Spline
Apply a custom color scheme to a chart by providing an array of hex colors
Apply a custom color scheme to a specific block name
Whether to defer the plugin script
Modify the arguments of any chart before it is rendered.
Rollup is used to compile and bundle the javascript. After installing dependencies using npm install
, Use npm run build
to compile and npm start
to build and watch for changes.