hongyin163 / react-native-chart-android

react native chart modules come from mpandroidchart.
206 stars 81 forks source link

Background color fix #24

Closed prithsharma closed 8 years ago

prithsharma commented 8 years ago

As per @PhilJay's answer here, the background of a chart is transparent by default. Moreover, we are correctly setting backgroundColor according to given property here and here. But then the setData method used to override this setting with WHITE background. Correction in this PR.