Skip to content

Releases: frappe/charts

Frappe Charts v1.6.3

27 Apr 10:43
7adc904
Compare
Choose a tag to compare

Fixes:

fix: rounding error in the y-axis when max less than 1 (#352)
fix: ignore local timezones when creating a heatmap (#377)

Frappe Charts v1.6.1

18 Apr 10:43
Compare
Choose a tag to compare

Feats

Added new ResizeObserver to the parent container to better handle responsiveness

Frappe Charts v1.6.0

11 Apr 10:31
Compare
Choose a tag to compare

This release has two major project improvements

  1. Fix long-standing import issue, thanks to @himynameisdave
  2. Remove dist from git tracking, improve DX for contributors

Frappe Chart v1.5.8

11 Mar 12:04
ce47780
Compare
Choose a tag to compare

Fixes

#330: Render legend after update
#325: Fix ReactJS TypeError

Deps

#331: bump handlebars from 4.1.2 to 4.7.7

Frappe Charts v1.5.6

22 Dec 06:53
Compare
Choose a tag to compare

Frappe Charts v1.5.5

14 Dec 09:52
Compare
Choose a tag to compare

Security Fix for Cross-site Scripting (XSS): #315

Frappe Charts v1.5.4

30 Nov 07:07
Compare
Choose a tag to compare

Fixes:

  • Adjust getColor to support RGB (#311)

Frappe Charts v1.5.3

05 Nov 05:46
Compare
Choose a tag to compare

Fix

  • formatters not being applied in aggregation chart (#309)
  • reverse array when maxValue < absMinValue (#306)
  • rounding issues in aggregation chart legends (d112378)

Frappe Charts v1.5.2

08 Jul 15:54
Compare
Choose a tag to compare

Fix

  • Issues with multiple invalid values used to create SVGs causing hundreds of console errors

Frappe Charts v1.5.1

30 Jun 16:49
Compare
Choose a tag to compare

Fix

Fixed attribute errors when the chart is hidden. d3eabea

Related Issues: #295, #174