Skip to content

customrangeselector styles not applying #173

@Manusha17

Description

@Manusha17
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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions