Donut chart available?
Hi all. I was wondering if this kind of pie chart is possible with this library? If yes, how does one go about creating this?
Is there any update on this?
hi there, any update ?
What about this is 2024?
hi there, any update ?
hi there, any update ?
My solution for Donut chart + label inside is use WebView like https://github.com/dpwiese/react-native-canvas-charts but use original article https://danielwiese.com/posts/react-native-canvas-charts/ for create my component with last version v.4 chartjs.
P.S.: some trick for Android need duplicate index.html to folder /android/app/src/main/assets/index.html
source={
Platform.OS === 'ios'
? require('./index.html')
: { uri: 'file:///android_asset/index.html' }
}
I think placing a round view with white background over pie chart can do the trick.
Update:- It worked for me here is the output. Ignore the grey circle.
hi there, any update ?
Yes. I'm still dead curious with this..