Alpha rarefaction plotting issue

Hey there @Alan_Chan - looks like you found a bug! :bug:

Thanks for sharing your viz - the samples are all there, they just aren't visible in the rendered plot, due to a misconfigured html element (open issue here):

I don't have a good workaround for you - I'm sorry! The best I have is this workaround, in Firefox:

Right click on the legend and select "Inspect element". A new window will load in your browser with info about the document. Scroll to this line:

07%20PM

Remove the text overflow-y: hidden from the style attr:

14%20PM

Now you can close this new window - you should be able to scroll the legend up and down.

Sorry, stay tuned for a fix! :qiime2:

2 Likes