7yl4r / techtreejs

:deciduous_tree: customizable js game tech tree library
http://7yl4r.github.io/techtreejs/
Other
18 stars 3 forks source link

clicking on the tooltip should enable the node #6

Closed 7yl4r closed 10 years ago

7yl4r commented 10 years ago

Sometimes the nodes seem hard to click on b/c the tooltip gets in the way... this is one solution to that issue. Alternatively: the tooltip could have a button.

7yl4r commented 10 years ago

or better yet! Make the node expand and become the tooltip using a transition: http://stackoverflow.com/questions/17437408/how-do-i-change-a-circle-to-a-square-using-d3