gchq / gaffer-tools

gaffer-tools is deprecated. Use https://github.com/gchq/gafferpy instead
Apache License 2.0
50 stars 29 forks source link

Improve the zooming on the graph UI #793

Closed p013570 closed 1 year ago

p013570 commented 5 years ago

Currently when you zoom in/out of the graph in the UI, it jumps between resolutions. Often this means the resolution ends up being too big or too small. Users want to have finer control over the zoom level.

dro-1 commented 5 years ago

Can I work on this issue

p013570 commented 5 years ago

@dro-1 - yeah that would be great, thanks. I think the change is fairly simple, it is just adding a wheelSensitivity setting in the graph-component.js file. It needs to be added to the configuration variable on line 56 ish. Perhaps a setting like: "wheelSensitivity: 0.3" would work quite well. It would be good to get this change merged in soon.

n3101 commented 1 year ago

The UI fails to meet our Accessibility policy. It is unmaintainable and will be removed shortly.