wuxudong / react-native-charts-wrapper

a react native charts wrapper (support android & iOS)
2.44k stars 658 forks source link

Can I make the radar chart web round #814

Open maheshshrigod opened 3 years ago

yelnar commented 3 years ago

Any solution on how to do it?

Mahesh-ProtoT commented 3 years ago

switch to victory-native https://github.com/FormidableLabs/victory-native

JSONRice commented 1 year ago

@wuxudong this would be a big bonus with hopefully a small amount of geometrical effort. Can you work on this one? I'm slammed with some other deadlines but believe this would be a big win for the RN RadarChart community. 👍

wuxudong commented 1 year ago

Check https://github.com/PhilJay/MPAndroidChart/issues/1446 and https://stackoverflow.com/questions/57698749/how-to-make-mpandroidchart-radarchart-round It is not supported yet.

A custom RadarChartRenderer is required.