Documentation / FAQ / The graph viewer

Why mouseOver/mouseLeft methods does not work ? Why I can't select edges ?

By default, in order to save resources, some features have been disabled. These include the edge selection, the mouseOver, and mouseLeft functions. If you want to activate them, you can use the enableMouseOptions method of View:

viewer.getDefaultView().enableMouseOptions();

See also Graph visualisation.