Skip to content

CSS conflict with ScatterD3 #96

Description

@Tixierae

LDAvis includes the following rule (at the top of the lda.css file):

path {
   fill: none;
   stroke: none;
}

which applies to all path SVG elements and removes their drawing and fill color. That makes the symbols in scatterD3's legend invisible (inside a Shiny app). Potentially this could create issues with other html widgets.

See issue there: juba/scatterD3#77

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions