react-native-chart-kit
react-native-chart-kit copied to clipboard
line chart shadow option
Added one option to dataset shadowColor: similar to color, if not provided, shadow color for the dataset will be the same as the line color with useShadowColorFromDataset:true, if useShadowColorFromDataset:false, shadow color will be chartConfig.color.
shadow color is applied with following priority. dataset.shadowColor -> dataset.color -> chartConfig.color
@Kaienss @Hermanya any update here. I badly need this feature