chengsoonong / rede

A network visualisation tool for probe pairs arising in genome wide association studies. Based on http://d3js.org/
3 stars 1 forks source link

Backwards start/end position for zoom #14

Open stefan-sev opened 10 years ago

stefan-sev commented 10 years ago

If a start position > end position is entered in the zoom box then it zooms to something that's marked (via ticks) with the correct span, but backwards, and with no edges. The code should detect when start > end and flip them round.