===== Usage ===== render netvis in an objects detail view --------------------------------------- To display a network in a template you'll need to * import the needed JavaScript libraries (via template tag `{% load_netvis_js %}` * create and style a div to place the visualiziation * initialize `showGraph` function by passing an url providing the graph data and the `id` of the element where the visualization should be rendered .. code-block:: html {% load static %} {% load netvis_extras %} .... {% load_netvis_js %} ...