-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
22 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,25 @@ | ||
Version 0.2 | ||
=========== | ||
## Version 0.3.2 | ||
* Added support for external HTML legend | ||
* Fixed bug in doughnut chart | ||
|
||
## Version 0.3.1 | ||
* Added options for border width and border color for pie charts | ||
* Added support for Wagtail 5 | ||
* Removed support for Wagtail <3 | ||
|
||
## Version 0.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 | ||
|
||
## Version 0.2 | ||
* Added support for Wagtail 3.0 | ||
|
||
Version 0.1 | ||
=========== | ||
## Version 0.1 | ||
* Initial release |