react-native-fusioncharts
react-native-fusioncharts copied to clipboard
customrangeselector styles not applying
dataSource: {
extensions: {
customrangeselector: {
style: {
container: {
'background-color': '#000000',
},
'button-apply': {
'background-color': '#000000',
},
},
},
},
}
When I try to style the custom range selector by using the above dataSource object the style properties do not get applied. Although when the enabled property was passed inside the customrangeselector object that was applied. Seems that the style prop doesn't get passed. Versions used in the project are: "fusioncharts": "3.15.3", "react-native-fusioncharts": "4.1.2", React Native version - 0.69.6
Yes, the above should be working with react-native as well -
Demo - https://jsfiddle.net/yrzgq5s6/