visgraph: basic styles by groups, initialize legend, etc.

This commit is contained in:
2021-10-26 14:44:49 +02:00
parent 136c6f19de
commit 2ef70b301f
5 changed files with 161 additions and 17 deletions

View File

@@ -8,13 +8,11 @@
<div id="relationship-graph"
data-persons="{{ persons|e('html_attr') }}">
</div>
{#
{{ dump() }}
#}
{% endblock %}
{% block block_post_menu %}{% endblock %}
{% block block_post_menu %}
<div id="visgraph-legend"></div>
{% endblock %}
{% block js %}
{{ encore_entry_script_tags('vue_visgraph') }}