Skip to content

Releases: frappe/charts

Frappe Charts v1.6.3

Choose a tag to compare

@nextchamp-saqib nextchamp-saqib released this 27 Apr 10:43
7adc904

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

Choose a tag to compare

@scmmishra scmmishra released this 18 Apr 10:43

Feats

Added new ResizeObserver to the parent container to better handle responsiveness

Frappe Charts v1.6.0

Choose a tag to compare

@scmmishra scmmishra released this 11 Apr 10:31

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

Choose a tag to compare

@scmmishra scmmishra released this 11 Mar 12:04
ce47780

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

Choose a tag to compare

@scmmishra scmmishra released this 22 Dec 06:53

Fix for #320

Frappe Charts v1.5.5

Choose a tag to compare

@scmmishra scmmishra released this 14 Dec 09:52

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

Frappe Charts v1.5.4

Choose a tag to compare

@scmmishra scmmishra released this 30 Nov 07:07

Fixes:

  • Adjust getColor to support RGB (#311)

Frappe Charts v1.5.3

Choose a tag to compare

@scmmishra scmmishra released this 05 Nov 05:46

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

Choose a tag to compare

@scmmishra scmmishra released this 08 Jul 15:54

Fix

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

Frappe Charts v1.5.1

Choose a tag to compare

@scmmishra scmmishra released this 30 Jun 16:49

Fix

Fixed attribute errors when the chart is hidden. d3eabea

Related Issues: #295, #174