Simple ember-wrapper around vis.js by almende.
Forked for the sole purpose of improving by adding more compatibility with the vis.js library while focusing only on its network features. Many kudos to Suven for starting this in the first place.
Be aware that this addon will only support network visualisations available within vis.js. If you look for a more general purpose project, head to Suven/ember-cli-visjs.
Name is inspired by the project starting this fork – Elvis, a public procurements explorer.
See original addon's demo for examples and usage-infos.
A big thank you to ember-leaflet for their container/child-mixins.
Make sure you are using a somewhat recent version of nodejs when installing. Everything > 4 should be fine.
ember install elvis-network
Note: Component name hadn't changed following the forking, in order to preserve compatibility. In the event the
current project diverges too much from its base or breaks functional compatibility, the name will be changed to
{{elvis-network}}
.
For all supported options see the demo.
The test-execution requires you to have phantomjs 2.x.x installed.
ember test