indiespirit / react-native-chart-kit

📊React Native Chart Kit: Line Chart, Bezier Line Chart, Progress Ring, Bar chart, Pie chart, Contribution graph (heatmap)
https://expo.io/@indiespirit/react-native-chart-kit
MIT License
2.85k stars 658 forks source link

Bar chart color opacity #727

Open matek075 opened 6 months ago

matek075 commented 6 months ago

I'm not able to change the bar chart opacity.

In the chart config I setup the color like this -> color: () => `rgba(3,85, 180, 1)`, But I'm only able to decrease opacity can't for example fill bar charts to have consistent color.