Frappe Charts v1.6.3
Fixes:
fix: rounding error in the y-axis when max less than 1 (https://github.com/frappe/charts/pull/352) fix: ignore local timezones when creating a heatmap (https://github.com/frappe/charts/pull/377)
Frappe Charts v1.6.1
Feats
Added new ResizeObserver to the parent container to better handle responsiveness
Frappe Charts v1.6.0
This release has two major project improvements
- Fix long-standing import issue, thanks to @himynameisdave
- Remove dist from git tracking, improve DX for contributors
Frappe Chart v1.5.8
Fixes
https://github.com/frappe/charts/pull/330: Render legend after update https://github.com/frappe/charts/pull/325: Fix ReactJS TypeError
Deps
https://github.com/frappe/charts/pull/331: bump handlebars from 4.1.2 to 4.7.7
Frappe Charts v1.5.5
Security Fix for Cross-site Scripting (XSS): https://github.com/frappe/charts/pull/315
Frappe Charts v1.5.4
Fixes:
- Adjust getColor to support RGB (https://github.com/frappe/charts/pull/311)
Frappe Charts v1.5.3
Fix
- formatters not being applied in aggregation chart (https://github.com/frappe/charts/pull/309)
- reverse array when maxValue < absMinValue (#306)
- rounding issues in aggregation chart legends (https://github.com/frappe/charts/commit/d1123786cb3267256aad2866fad65cbd3412d16f)
Frappe Charts v1.5.2
Fix
- Issues with multiple invalid values used to create SVGs causing hundreds of console errors
Frappe Charts v1.5.1
Fix
Fixed attribute errors when the chart is hidden. https://github.com/frappe/charts/commit/d3eabea83612c1f8549826d3a6c6798abab424a3
Related Issues: https://github.com/frappe/charts/issues/295, https://github.com/frappe/charts/issues/174