Skip to main content
Chartlet

Changelog

Release history and updates.

1.1.0 2026-04-26
  • Added native Gutenberg block (chartlet/chart) with live server-side preview in the editor.
  • Added 4 new chart types: Radar, Polar area, Scatter, and Bubble (8 total).
  • Scatter data format: x:y pairs (e.g. 1:5, 2:10).
  • Bubble data format: x:y:radius triples (e.g. 1:5:3, 2:10:5).
  • Labels field is hidden in the block editor for Scatter and Bubble types.
  • Fixed double JSON encoding in renderer.
1.0.1 2026-03-19
  • Updated bundled Chart.js to 4.5.1.
  • Improved JSON output escaping in renderer.
  • Corrected readme contributors username.
1.0.0 2026-03-07
  • Initial release. Bar and line charts via shortcode.
  • Zero database overhead. Chart.js integration.

← Back to Chartlet