- Minor ui color bugfix.
- Re-release due to 0.6.1 not releasing correctly.
- Fixed a bug in the render_charts template tag.
- Convert render_charts to simple tag for jinja2 support (Jake Howard)
- Remove dependency for accounting.js and format numbers according to the browser's configured locale (Jake Howard)
- Default chart block template updated with aria labels, a fallback paragraph and a comment about overriding the template.
- Tested against Wagtail 6.1
- Added a callback option to block so that the developer can create custom callbacks to customize the chart config, per block.
- Added support for Wagtail 6.0
- Tested against django 5.0
- Breaking changes to stacked charts, they were always reversing the dataset and legend. It is now optional to reverse the legend for the chart with a setting.
- Fixed a regression from release 0.3.2 when using multiple charts on same page.
- Added support for external HTML legend
- Fixed bug in doughnut chart
- Added options for border width and border color for pie charts
- Added support for Wagtail 5
- Removed support for Wagtail <3
- Added Waterfall Chart
- Added DataLabels
- Added options for:
- grid display
- axis display
- y tick precision
- datalabel and tooltip precision
- Added grouping of options into multiple collapsible panels with buttons
- Multiple bugfixes
- Added support for Wagtail 3.0
- Initial release