oksktank / react-native-pure-chart

react-native chart library that not using svg or ART but only using react native pure components.
MIT License
287 stars 132 forks source link

Bar chart color is not showing.. #70

Open David1986420 opened 5 years ago

David1986420 commented 5 years ago

Hi

I am using React Native Pure chart for bar chat .

I can change background color , but i can not change item color ..

color is not working correctly ..

How can i use color for all items ?

I want to use one color for this ..

any solution for this ?

kingwang09 commented 5 years ago

@David1986420

Thanks for Using our chart.

you can only change series color. ( using "color" properties in series object )

if you want to use one color, you should set one series color.