react-native-chart-android icon indicating copy to clipboard operation
react-native-chart-android copied to clipboard

how to change 'valueTextColor ' on bar chart

Open jamesaimbios opened this issue 8 years ago • 3 comments

I want to change 'valueTextColor ' on bar chart Who can help me?

Thank you

jamesaimbios avatar Oct 13 '16 04:10 jamesaimbios

Just ran into this as well. See pull request: Added support for valueTextColor

mahlon-gumbs avatar Oct 19 '16 11:10 mahlon-gumbs

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.

azaleas avatar Nov 07 '16 11:11 azaleas

#57

azaleas avatar Nov 07 '16 16:11 azaleas