Skip to content

Latest commit

 

History

History
73 lines (55 loc) · 1.39 KB

CHANGELOG.md

File metadata and controls

73 lines (55 loc) · 1.39 KB

Change Log

v0.9.0 / 2017-11-19

Added

  • option showActualPercentages. #42

Fixed

  • numbers as labels. #38

v0.8.2 / 2017-10-25

Added

  • dataset and index parameters to render. #35
  • Chart not defined check for SSR #33

v0.8.1 / 2017-09-07

Added

  • dataset and index parameters to fontColor. #32

v0.8.0 / 2017-08-29

Added

  • option fontColor can be function. #29
  • option render can be 'image'. #19

v0.7.0 / 2017-08-03

Added

  • option overlap. # 25
  • option render can be custom function. #21, #24
  • option fontColor can be array. #20

Changed

  • option mode rename to render, mode still works.

Deprecated

  • options mode.
  • options format.

v0.6.0 / 2017-07-07

Added

  • option showZero. # 14

Fixed

  • outside label overlap in some cases.

v0.5.0 / 2017-06-15

Fixed

  • bug #12

Changed

  • drop support for chart.js below v2.1.5

v0.4.0 / 2017-05-26

Added

  • option position, available value is 'default', 'border' and 'outside'. # 8

Changed

  • option arcText rename to arc.
  • option borderText remove and replace by position with value 'border'.

v0.3.0 / 2017-04-10

Added

  • borderText feature. #2

Fixed

  • percentage not visible on last segment of chart. #3, #4

v0.2.0 / 2017-03-02

Added

  • arcText feature.
  • format feature.

v0.1.0 / 2017-01-11

Added

  • First version implementation.