up embed themes
This commit is contained in:
parent
f4e8c70ead
commit
f1d2374119
3 changed files with 14 additions and 34 deletions
|
@ -1,10 +1,10 @@
|
|||
{% extends 'base_embed.html.twig' %}
|
||||
|
||||
{% block title %}Graphe thématique : {{ label }}{% endblock %}
|
||||
{% block title %}Graphe thématique : {{ label }} - {{ stats.name }}{% endblock %}
|
||||
|
||||
{% block body %}
|
||||
<div class="container mt-4">
|
||||
<h1><i class="bi {{ icon }} fs-2"></i> {{ label }}</h1>
|
||||
<h1><i class="bi {{ icon }} fs-2"></i> {{ label }} <small class="text-muted">- {{ stats.name }}</small></h1>
|
||||
<canvas id="embedThemeChart" width="600" height="300"></canvas>
|
||||
<div class="mb-3 mt-2">
|
||||
<a href="{{ path('app_admin_stats', {'insee_code': stats.zone}) }}" class="btn btn-info me-2">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue