thechiselgroup / biomixer

BioMixer
http://bio-mixer.appspot.com/
16 stars 13 forks source link

Re-implement GraphWidget using SVG #10

Closed lgrammel closed 12 years ago

lgrammel commented 12 years ago

The graph widget is based on FlexViz, a Flash based graph visualization toolkit. To allow for use on modern Tablet devices (e.g. ipad), we need to reimplement that in pure HTML5 (SVG + compiled JavaScript in our case).

drusk commented 12 years ago

Estimated time: 2 weeks

lgrammel commented 12 years ago

Moved to 1.0-M3

lgrammel commented 12 years ago

Still TODO:

  1. Expander names
  2. Node box sizing
  3. Background sizing
  4. Arc arrows
  5. Put currently moused over node on top
  6. Mousing over arc should bring the nodes it connects with to the front
  7. Layouts
drusk commented 12 years ago

Closed by merge into master, see: dc817bd8ea656d48aba0c0a25fc10e6ced1c5c37