Skip to content

Commit

Permalink
Merge pull request #419 from VEuPathDB/416-default-bubble-numerator-v…
Browse files Browse the repository at this point in the history
…alues

Selected all numerator values by default in bubble config
  • Loading branch information
chowington committed Aug 17, 2023
2 parents 4b7cd15 + 443763a commit 391be70
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,8 @@ export async function getDefaultOverlayConfig(
overlayVariable: overlayVariableDescriptor,
aggregationConfig: {
overlayType: 'categorical',
numeratorValues: numeratorValues ?? [],
numeratorValues:
numeratorValues ?? overlayVariable.vocabulary ?? [],
denominatorValues:
denominatorValues ?? overlayVariable.vocabulary ?? [],
},
Expand Down

0 comments on commit 391be70

Please sign in to comment.