VEuPathDB / web-eda

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

Ranked abundance scatter shows too many overlay values #1548

Closed asizemore closed 1 year ago

asizemore commented 1 year ago
Screen Shot 2023-01-09 at 12 50 06 PM

Above we have 10 overlay values instead of 8. Not seen on the beta site.

asizemore commented 1 year ago

after a bit of investigation, we just need to add this back into the config and plug it into the compute service. The param is called "cutoff", see here Need to add this param in the compute service And need to add it in web-eda, either somehow in abundance.tsx or in scatter. Prefer abundance.tsx...

Since many of the services are in flux, i'll wait until the final merge to implement fixes.

d-callan commented 1 year ago

believe we fixed this in the data service plugin.

asizemore commented 1 year ago

Yes fixed with https://github.com/VEuPathDB/EdaDataService/pull/244 Moving to Complete