Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

customrangeselector styles not applying #173

Open
Manusha17 opened this issue Apr 3, 2023 · 1 comment
Open

customrangeselector styles not applying #173

Manusha17 opened this issue Apr 3, 2023 · 1 comment

Comments

@Manusha17
Copy link

Manusha17 commented Apr 3, 2023

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

@AyanBhadury
Copy link

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/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants