You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It looks like a similar issue to #733 and others maybe.
Analysis/diagnosis after the examples...
Site: qa.vectorbase.org
Study: megastudy
Bubble marker variable: enzyme activity ratio (mean population reference)
The ONLY data for this variable is in Singapore.
The markers are all way smaller than the bubble size legend which says they could go up to 5000
Even when zoomed out to just one marker, it is still nowhere near the 5000 max size shown in the legend:
With a "catch all" filter for the enzyme activity variable, the sizing is now sensible:
I think the max bubble size maxSizeValue: 4542 is the largest marker for the Insecticide resistance assay output entity when it is NOT filtered for "has_any_value_for enzyme activity ratio (mean population reference)"
Do we want to solve this on the front end (send an extra catch-all filter for the overlay variable) or on the back end?
Bear in mind with categorical variables, the front end would have to add a non-trivial filter if the user has checked values in the marker config. However, we will likely be adding front end logic to convert little filters into actual filters anyway, see VEuPathDB/web-monorepo#548 and VEuPathDB/web-monorepo#596
The text was updated successfully, but these errors were encountered:
It looks like a similar issue to #733 and others maybe.
Analysis/diagnosis after the examples...
Site: qa.vectorbase.org
Study: megastudy
Bubble marker variable: enzyme activity ratio (mean population reference)
The ONLY data for this variable is in Singapore.
The markers are all way smaller than the bubble size legend which says they could go up to 5000
Even when zoomed out to just one marker, it is still nowhere near the 5000 max size shown in the legend:
With a "catch all" filter for the enzyme activity variable, the sizing is now sensible:
I think the max bubble size
maxSizeValue: 4542
is the largest marker for theInsecticide resistance assay
output entity when it is NOT filtered for "has_any_value_for enzyme activity ratio (mean population reference)"Do we want to solve this on the front end (send an extra catch-all filter for the overlay variable) or on the back end?
Bear in mind with categorical variables, the front end would have to add a non-trivial filter if the user has checked values in the marker config. However, we will likely be adding front end logic to convert little filters into actual filters anyway, see VEuPathDB/web-monorepo#548 and VEuPathDB/web-monorepo#596
The text was updated successfully, but these errors were encountered: