Use the SB Chart block to create a chart: line, bar, horizontal bar or pie, directly in the block editor.
v1.2.5 delivers 1 blocks.
- Chart – oik-sb/chart
Displays a chart for CSV content.
Notes
- v1.0.0 supports charts with a Time line axis.
- The SB Chart Block plugin uses the Chart.js library to display the chart.
- Charts are dynamically rendered in the block editor.
- When viewed on the front end they are server side rendered.
- The plugin provides a simple API to allow charts to be created programmatically.
- This API is used by the Slog plugin to visualise data from daily trace summary reports produced by the oik-bwtrace plugin.