C3 Versions Save

:bar_chart: A D3-based reusable chart library

v0.7.6

4 years ago

Changes

  • Correct error when a pie starts empty #2690

v0.7.5

4 years ago

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

4 years ago

Changes

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

v0.7.3

4 years ago

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

4 years ago

Changes

  • Add scale tick values option to Stanford Diagrams #2636

v0.7.1

4 years ago

Changes

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

v0.7.0

5 years ago

Changes

  • Add Stanford Diagrams #2595

v0.6.14

5 years ago

Changes

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

v0.6.12

5 years ago

Changes

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

v0.6.11

5 years ago

Changes

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