planetlabs / viewpoints

Viewpoints is a tool for visualizing high dimensionality data using linked scatter plots.
Apache License 2.0
63 stars 9 forks source link

"vs" button on graphs swaps the axes. #15

Closed deleted closed 8 years ago

deleted commented 8 years ago

Changes the "vs" text to a button that swaps the axes.

2016-09-16-152244_639x443_scrot

I went with a default unstyled button element because if you use boostrap's button styles, you get a flat div with rounded corners, and it didn't look totally obvious to me in this context that it's a UI affordance. Easy enough to change it to a bootstrap style button by adding the btn class to the <button> element.

MattFerraro commented 8 years ago

Diffs this clean actually make me really like react. Will merge via command line