davidje13 / Raffle

Calculates odds of winning prizes in a raffle
https://davidje13.github.io/Raffle/
GNU Lesser General Public License v3.0
1 stars 0 forks source link

Allow dragging graphs #12

Open davidje13 opened 6 years ago

davidje13 commented 6 years ago

The graph implementation supports log graphs, but currently never displays them. It would be nice if the user could drag a point on the graph, causing it to become logarithmic. The dragged point can remain fixed under the mouse by adjusting the amount of logarithmic scaling. It may be necessary to implement reversed logarithmic scaling (squashed right / top) to allow dragging in all directions.