Skip to content

Releases: mattosaurus/ChartJSCore

Add missing JSON converter attributes

01 Jul 14:44
Compare
Choose a tag to compare

Add RadialScale to RadarOptions

29 Nov 15:16
Compare
Choose a tag to compare

Add 3 character hex shortcodes

12 Aug 09:43
0bef45d
Compare
Choose a tag to compare
v1.5.5

Update README.md

Fixed spelling mistake in CutoutPercentage

07 Aug 13:06
9408f79
Compare
Choose a tag to compare

Fixed bar chart scale bug

06 Aug 16:32
Compare
Choose a tag to compare
v1.5.3

Merge branch 'master' of https://github.com/mattosaurus/ChartJSCore

Fixed animation type bug

06 Aug 16:30
4ce7f75
Compare
Choose a tag to compare
v1.5.2

Update README.md

Color culture fix

17 Jul 09:29
3ded7a5
Compare
Choose a tag to compare

Color ToString method changed to InvariantCulture so period is always output rather than comma as in some cultures.

Add color object

08 Jul 14:45
Compare
Choose a tag to compare

Color object added and proper test framework used.

Updated GridLine

02 May 15:50
Compare
Choose a tag to compare

GridLines changed to singular from list and new properties added to GridLine.

Thanks to @Bakuryuuha

Updated Animation properties

21 Apr 18:32
Compare
Choose a tag to compare

Updated OnProgress and OnComplete properties in Animation to be JSON strings.

Thanks to @anderjoy