Releases: nativescript-community/ui-chart
Releases · nativescript-community/ui-chart
v2.0.5
2.0.5 (2024-04-26)
Bug Fixes
v2.0.4
2.0.4 (2024-04-26)
Bug Fixes
v2.0.3
2.0.3 (2024-04-25)
Bug Fixes
- prevent error with highlighter when no data is set (1c0bca2)
v2.0.2
2.0.2 (2024-04-25)
Bug Fixes
- regression fix with barel import (b56a87a)
v2.0.1
2.0.1 (2024-04-24)
Bug Fixes
- custom shader support for
LineDataSet
(32ff06f)
v2.0.0
2.0.0 (2024-04-24)
⚠ BREAKING CHANGES
- The API change is breaking (for the better!). Use Typescript typings to find out the new property names (mostly same as what was used in method name).
Features
- new API. All methods used as getter/setter (setData,setColor,getData...) are now properties (color, data...) (27a47ea)
v1.2.36
1.2.36 (2024-04-14)
Bug Fixes
- ios: use different gesture tags (6fb3b5d)
v1.2.35
1.2.35 (2024-01-09)
Bug Fixes
- ensure we dont use interval if it is <= 0 (1a54b45)
- prevent rounding issue when computing if item is in bounds (e997894)