React-native-chart-kit: Barchart gradient color

Created on 30 Jul 2020  路  3Comments  路  Source: indiespirit/react-native-chart-kit

Can i remove gradient in chart of barchart ?

i want to have background color normal, so can i have solutions ?

image

thanks for create the library <3

All 3 comments

I already tried to find out but I did not found any solution yet. :(

you can just make same color to same color

  backgroundGradientFrom: "color_you_want",
  backgroundGradientFromOpacity: 1,
  backgroundGradientTo: "color_you_want",
  backgroundGradientToOpacity: 1

you can use flatColor={true}

Was this page helpful?
0 / 5 - 0 ratings