bricaud / graphexp

Interactive visualization of the Gremlin graph database with D3.js
Apache License 2.0
780 stars 215 forks source link

Enhancement: Query string besides text-intputs #32

Closed matb4r closed 6 years ago

matb4r commented 6 years ago

What do you think about having query params besides text-inputs? I want to add some functionality, like specifying traversalSource in case of multiple graphs. But I would like to have this functionality in query string.

bricaud commented 6 years ago

That's a good idea because there are already too many options and text boxes in the interface. Thanks for your contribution!