nyuvis / patient-viz

Visualization of electronic medical records or other sequence event data.
MIT License
90 stars 29 forks source link

Show hierarchy in list #1

Closed JosuaKrause closed 9 years ago

JosuaKrause commented 9 years ago

Show the event type hierarchy in the list view as tree view with expandable/collapsible types.

<ul>
  <li>...</li>
  ...
</ul>

should work fine. Collapsing can be done by moving the graphic contexts of the children to the same line.

JosuaKrause commented 9 years ago

done