mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-21 15:13:50 +00:00
visgraph: basic styles by groups, initialize legend, etc.
This commit is contained in:
@@ -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') }}
|
||||
|
Reference in New Issue
Block a user