Skip to content

Update beeswarm initial view

Clarke, Aileen requested to merge update-beeswarm into main

Creates checkboxes that allow user to symbolize by evidence value, level of agreement, and direction. Beeswarm loads as equally sized bubbles sorted by dimension. This version removes the toggle switch from previous versions that switched back and forth from determinant and indicator level. This version only uses determinant level data.

  • Toggling Evidence resizes the bubbles by evidence value. You can toggle Evidence off and the bubbles return to their initial size, but retain the spacing between bubbles created when the bubbles were sized by evidence. (Not on purpose, I just didn't get to that)
  • Toggling Agreement orders the bubbles along the x axis depending on their level of agreement. Toggling Agreement off doesn't do anything yet. Also need to plan to toggle the x axis off when Agreement is toggled off.
  • Toggling Direction orders the bubbles along the y axis according to their direction of agreement. Toggling Direction off just runs it again and keeps spreading out the bubbles along the y axis (Again, not on purpose). Need to add labels back in for the directions.

On load:

image.png

Evidence alone:

image.png

Agreement alone:

image.png

Direction alone:

image.png

All three toggled on:

image.png

Closes #13 (closed)

Edited by Clarke, Aileen

Merge request reports

Loading