indiespirit / react-native-chart-kit

đź“ŠReact Native Chart Kit: Line Chart, Bezier Line Chart, Progress Ring, Bar chart, Pie chart, Contribution graph (heatmap)

Home Page:https://expo.io/@indiespirit/react-native-chart-kit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bar chart color opacity

matek075 opened this issue · comments

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.