VEuPathDB / web-eda

Web browser code for EDA-based applications
Apache License 2.0
0 stars 0 forks source link

enable interactive mode for mosaic facet #1650

Closed moontrip closed 1 year ago

moontrip commented 1 year ago

This will address https://github.com/VEuPathDB/web-eda/issues/1477. Tried to find the reason at other components such as Mosaic, facetedMosaicPlot component (at web-components), etc., but I realized it later that interactive prop was disabled for faceted cases. Thus simply removed it. Actually this happened for both Mosaic RxC as well as 2x2.

Here is an screenshot showing mouseover tooltip at full screen modal with the same example case at the ticket. mosaic rxc faceted interactive 1477

moontrip commented 1 year ago

@chowington Thank you for your review and praise 😄