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
It would be extremely useful to change the cornerRadius prop to also support objects like these: cornerRadius={{ top: 10, bottom: 10 }}
The corner radius only being applied on top atm, and it would give users a greater element of customizability to their graphs.
This would allow for graphs like this:
At the moment we can only do this:
This would also be extremely useful in the pieChart graph for situations like this:
Being able to define either a global corner radius for the start and end point of a graph, or give it a object setting each individual edge is a cool option to have ;)
Copied from original issue: FormidableLabs/victory-native#191
The text was updated successfully, but these errors were encountered:
From @FranciscoMurias on November 17, 2017 9:28
It would be extremely useful to change the
cornerRadius
prop to also support objects like these:cornerRadius={{ top: 10, bottom: 10 }}
The corner radius only being applied on top atm, and it would give users a greater element of customizability to their graphs.
This would allow for graphs like this:
At the moment we can only do this:
This would also be extremely useful in the pieChart graph for situations like this:
Being able to define either a global corner radius for the start and end point of a graph, or give it a object setting each individual edge is a cool option to have ;)
Copied from original issue: FormidableLabs/victory-native#191
The text was updated successfully, but these errors were encountered: