LDAvis icon indicating copy to clipboard operation
LDAvis copied to clipboard

CSS conflict with ScatterD3

Open Tixierae opened this issue 5 years ago • 0 comments

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: https://github.com/juba/scatterD3/issues/77

Tixierae avatar Mar 12 '19 19:03 Tixierae