ulfaslak / network_styling_with_d3

(1) Input a network. (2) Style it. (3) Download the result.
MIT License
28 stars 7 forks source link

Make base repository structured in the same way as it is for `netwulf` #10

Closed benmaier closed 5 years ago

benmaier commented 5 years ago

Refers to #9. Basically, everything in vis.js is wrapped in a function which takes a control dictionary as input and updates the default controls with this control dictionary.

Furthermore, the script parse_options.js is added which tries to read both a config file and a data url. After loading those the vis-function is called. This also solves #2