You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Added cornerRadius to progressCircle
Adhere to Svg api with height and width instead of flex: 1 - Thanks to @DaKaZ
StackedBarChart now supports svg prop for each data entry! Allowing onPress among other things. -Thanks to @LRNZ09
Only clone child if not null (fixes crash in some cases) - Thanks to @attitude
StackedAreaChart now supports svg prop for each area! Allowing onPress among other things
The two above changes does remove the other "svg" props from the charts, for example renderGradient
that is now replaces with the same gradient API as the other charts (i.e children). Not big enough to be considered a "breaking" change but it will need to be updated in order to keep displaying a gradient on the two above components