Skip to content

Releases: c3js/c3

v0.7.6

20 Aug 07:07
Compare
Choose a tag to compare

Changes

  • Correct error when a pie starts empty #2690

v0.7.5

19 Aug 05:51
Compare
Choose a tag to compare

Changes

  • Add normalized stack support #2670
  • replace getBoundingClientRect by getBBox where appropriate #2672
  • add bundle resources to .gitignore #2675
  • Fix: tween callbacks run after chart is destroyed. #2681

v0.7.4

09 Aug 11:03
Compare
Choose a tag to compare

Changes

  • Add padAngle option for pie/donut #2669
  • only skip animation if !isTabVisible, not the whole rendering #2671

v0.7.3

29 Jul 05:46
Compare
Choose a tag to compare

Changes

  • Prevent beginning of title from being clipped when title is centereed #1867
  • Add test to ensure no negative offset on long centered title #2651
  • Only unload when loading if unload arg is truthy #2649
  • Fixed isWithinBar() crash when there were less than 2 items in pathSegList #1550 #2652
  • Correct positioning of outer xAxis label #2653
  • Security fixes #2656

v0.7.2

06 Jul 07:44
Compare
Choose a tag to compare

Changes

  • Add scale tick values option to Stanford Diagrams #2636

v0.7.1

29 May 05:41
Compare
Choose a tag to compare

Changes

  • Added option to only use x postion for tooltips #2582

v0.7.0

02 May 04:26
Compare
Choose a tag to compare

Changes

  • Add Stanford Diagrams #2595

v0.6.14

27 Mar 01:59
Compare
Choose a tag to compare

Changes

  • Fixed memory leak when blurring tab during transitions #2589
  • Bugfix .selected() api not working #2584

v0.6.12

28 Dec 11:08
Compare
Choose a tag to compare

Changes

  • Added index to tooltip’s title format callback #2553

v0.6.11

08 Dec 12:31
Compare
Choose a tag to compare

Changes

  • Fixed chart height determination issue number #2467 - #2541