Skip to content

Releases: frappe/charts

Frappe Charts v1.5.0

03 Jun 10:55
Compare
Choose a tag to compare

Refactor

  1. 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

09 May 12:29
Compare
Choose a tag to compare

Feats

  • Added radius option to heatmap

Frappe Charts v1.3.2

30 Apr 09:14
Compare
Choose a tag to compare

Fixes

  • Update axis-chart-utils.js (#282). This fixes overlapping labels when using xIsSeries.

Frappe Charts v1.3.1

30 Apr 09:05
Compare
Choose a tag to compare

Fixes:

  • improve regex to check if string is hex or rgb #275
  • Cannot read property 'xPos' of undefined #248
  • minor linting fixes

Frappe Charts v1.3.0

22 Sep 14:00
Compare
Choose a tag to compare

Feats

  • Allow disabling of animation (#241)
  • Added spline to lineOptions to create spline graph (#240). Contributed by @nxplus

Fixes

Frappe Charts v1.2.4

30 Jul 07:00
Compare
Choose a tag to compare

Feats

  • Added truncateLegends option to config to allow truncating of legends (#234)
  • Added shortenYAxisNumbers option to axisOptions 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

03 Jul 14:03
Compare
Choose a tag to compare

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

24 May 06:22
Compare
Choose a tag to compare

Releasing version v1.2.0.
These following are the changes made to the library in the past one month.

Feats

Fixes

  • fix: node-sass xcode rebuild issue (#225)
  • Fix piechart large arc (#181)

Docs

  • Updated docs for es-modules like VueJS to work (import correction and including css) #206
    #206