Skip to content

Releases: kurkle/chartjs-chart-treemap

v3.0.0

11 Sep 21:28
8c750c1
Compare
Choose a tag to compare

Essential Links

Breaking changes

  • Change package to support more platforms

🧰 Maintenance

v2.3.1

02 May 08:09
32dbdbf
Compare
Choose a tag to compare

Essential Links

  • Revert "Bump karma-rollup-preprocessor from 7.0.7 to 7.0.8" @kurkle (#229)
  • Fixes #180: groups working in wrong way @Izumi-kun (#181)

🧰 Maintenance

v2.3.0

25 Jan 14:24
fe3e48d
Compare
Choose a tag to compare

Essential Links

🚀 Features

  • Enable fit option when the label is overflowing the rectangle @stockiNail (#175)
  • Enable sumKeys option to sum more than one key when data are grouped @stockiNail (#144)

🧰 Maintenance

  • Remove chartjs date-fns adapter from test suite because not used @stockiNail (#174)

v2.2.0

10 Dec 16:24
f2b7591
Compare
Choose a tag to compare

Essential Links

🚀 Features

🧰 Maintenance

v2.1.3

24 Oct 14:38
2e2bcc7
Compare
Choose a tag to compare

Essential Links

🐛 Bug Fixes

v2.1.2

17 Oct 20:09
4a0b22a
Compare
Choose a tag to compare

Essential Links

🐛 Bug Fixes

🧰 Maintenance

  • Bump 2.1.2, remove unneeded imports from fixtures @kurkle (#152)

v2.1.1

16 Oct 06:46
6953f29
Compare
Choose a tag to compare

Essential Links

🐛 Bug Fixes

  • Add includeInvisible option to interaction to manage negative spacing options @stockiNail (#148)
  • Fix captions check when display option is not defined @stockiNail (#147)
  • Fix borders and spacing on high dpr displays @kurkle (#142)

v2.1.0

12 Oct 17:48
cb92736
Compare
Choose a tag to compare

Essential Links

🚀 Features

  • Enable zoom plugin on treemap controller @stockiNail (#141)
  • Fix the rectangles size calculation aligning to bar element logic @stockiNail (#131)
  • Enable different fonts and colors configuration on multiline labels @stockiNail (#128)
  • Enable borderRadius to the rectangles of treemap elements @stockiNail (#114)
  • Add overflow option to labels configuration @stockiNail (#106)
  • Add rtl property in the subrectangle to squarify groups @stockiNail (#119)
  • Use borderWidth option correctly for the captions size calculation @stockiNail (#115)
  • Enable tree data as an object using the hierarchy of its properties @stockiNail (#98)
  • Move all drawings (captions, labels and dividers) in the element drawing @stockiNail (#102)

🐛 Bug Fixes

Types

  • Add VisualElement extension to Treemap element type definition @stockiNail (#97)

Documentation

🧰 Maintenance

v2.0.2

28 Dec 13:55
3930e5b
Compare
Choose a tag to compare

Changes

🐛 Bug Fixes

  • Hide overflowing (too small) children @kurkle (#78)

v2.0.1

08 Dec 16:18
Compare
Choose a tag to compare

Changes

🐛 Bug Fixes