Skip to content

Some of the classes are getting conflict #1036

@thirukumaran13

Description

@thirukumaran13

Is your feature request related to a problem? Please describe.
I added apexcharts in my webpage. The charts loaded nicely. However the tooltip was not showing correctly. After a bit of debug found that I was using class named "active" and tooltip also is using 'active' class. I have created some css for active and it was causing the issue. I changed my code and renamed "active" class.

Describe the solution you'd like
Prefix all the classes with "apexcharts" to avoid any conflict.

Describe alternatives you've considered
Make sure apexcharts classes not used in the webpage (like "dark","light","active", etc.)

Additional context
NA

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