From ac198ffe6e7497408a0079f0e275a1b9a4822036 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christopher=20M=C3=BChl?= Date: Wed, 8 Apr 2026 13:28:11 +0200 Subject: [PATCH] feat: wire heatmap JS/CSS into dashboard widget template --- Resources/views/widget/heatmap.html.twig | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/Resources/views/widget/heatmap.html.twig b/Resources/views/widget/heatmap.html.twig index af546a5..65c11a9 100644 --- a/Resources/views/widget/heatmap.html.twig +++ b/Resources/views/widget/heatmap.html.twig @@ -3,8 +3,21 @@ {{ title }} {% endblock %} {% block box_body %} -
-

Heatmap visualization coming in Phase 3

+ +
+ + {% endblock %} {% endembed %}