Same issue for both line graph and contribution graph. The background is always black
Tried to set chartConfig, not working.
chartConfig={{
backgroundColor: "white",
backgroundGradientFrom: "white",
backgroundGradientTo: "white",
backgroundGradientFromOpacity: 0,
backgroundGradientToOpacity: 0,
color: (opacity = 1) => `rgba(255, 255, 255, ${opacity})`
}}
Also tried to set style
style={{backgroundColor: "white",}}
Need some help here..