react-native-chart-android
react-native-chart-android copied to clipboard
how to change 'valueTextColor ' on bar chart
I want to change 'valueTextColor ' on bar chart Who can help me?
Thank you
Just ran into this as well. See pull request: Added support for valueTextColor
Can we use setValueTextSize as well? Also, how the valueTextColor is used? I tried putting it after color:
yValues:[ { data:[4.0,5.0,6.0], label:'test1', config:{ color:'blue', valueTextColor: 'pink', } },
but it didnt work.
#57