Releases: frappe/charts
Releases · frappe/charts
Frappe Charts v1.5.0
Refactor
- truncate legends #288
Much cleaner truncate legends, it is enabled by default, and the max width is set automatically for aggregate based charts
Frappe Charts v1.4.0
Feats
- Added radius option to heatmap
Frappe Charts v1.3.2
Fixes
- Update axis-chart-utils.js (#282). This fixes overlapping labels when using xIsSeries.
Frappe Charts v1.3.1
Frappe Charts v1.3.0
Frappe Charts v1.2.4
Feats
- Added
truncateLegends
option toconfig
to allow truncating of legends (#234) - Added
shortenYAxisNumbers
option toaxisOptions
to truncate large numbers. - Labels will auto fit width of the wrapper for Aggregation charts (#232)
Fixes
- Fix donut chart large arc bug (#233)
- Full circle not rendering for Pie chart and Donut chart (#237)
- Default strokewidth issue (#229)
- Set minimum bar height to zero, contributed by @Alchez (#209)
Other
- Remove stray fs package from package.json (#230)
Frappe Charts v1.2.3
Fixes
- Fixed default stroke width for line charts
- Labels will now auto-fit the chart width
- Fix legend spacing for aggregation based charts
Frappe Charts v1.2.0
Releasing version v1.2.0.
These following are the changes made to the library in the past one month.
Feats
- Donut Charts 🎉, Contributed by @ratnajeetshyamkunwar (#221)