| @@ -1,5 +1,17 @@ | ||
| 1 | 1 | |
| 2 | + ### v3.0.10 - 2018-07-20 | |
| 3 | + **Changes:** | |
| 4 | + * Fixed problem with chart reverting to the default values | |
| 5 | +* Fixed problem with Boolean column type | |
| 6 | +* Fixed problem with the Geo chart type not saving colors options | |
| 7 | + | |
| 8 | + ### v3.0.9 - 2018-07-12 | |
| 9 | + **Changes:** | |
| 10 | + * New chart title option for the back-end of the charts that don't allow a title on the front-end | |
| 11 | +* Store the png images of the charts in a global array that can be used in JS | |
| 12 | +* Added options for charts animations | |
| 13 | + | |
| 2 | 14 | ### v3.0.8 - 2018-06-27 |
| 3 | 15 | **Changes:** |
| 4 | 16 | * Added revision support for the chart post type |
| 5 | 17 | * Added both % and Value to the Pie Slice |