react-native-fusioncharts icon indicating copy to clipboard operation
react-native-fusioncharts copied to clipboard

customrangeselector styles not applying

Open Manusha17 opened this issue 2 years ago • 1 comments

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

Manusha17 avatar Apr 03 '23 09:04 Manusha17

Yes, the above should be working with react-native as well -

Screenshot 2023-09-12 at 7 24 18 AM

Demo - https://jsfiddle.net/yrzgq5s6/

AyanBhadury avatar Sep 12 '23 01:09 AyanBhadury