From 872e85fe9eeee3a31fd4e8cd8d833950bd764abe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20-=20Le=20Filament?= <remi@le-filament.com> Date: Thu, 21 Dec 2023 10:06:58 +0100 Subject: [PATCH] [UPD] remove sizing on canvas --- templates/operation_templates_page.xml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/templates/operation_templates_page.xml b/templates/operation_templates_page.xml index 3bc5b25..6878d60 100644 --- a/templates/operation_templates_page.xml +++ b/templates/operation_templates_page.xml @@ -263,8 +263,6 @@ <canvas id="histo_chart_conso" class="histo_chart_conso" - width="auto" - height="200" /> </div> </template> @@ -276,8 +274,6 @@ <canvas id="pie_chart_conso" class="pie_chart_conso" - width="auto" - height="200" /> </div> </template> @@ -290,8 +286,6 @@ <canvas id="line_chart_conso" class="line_chart_conso" - width="auto" - height="200" /> </div> </template> @@ -304,8 +298,6 @@ <canvas id="histo_chart_prod" class="histo_chart_prod" - width="auto" - height="200" /> </div> </template> @@ -317,8 +309,6 @@ <canvas id="pie_chart_prod" class="pie_chart_prod" - width="auto" - height="200" /> </div> </template> @@ -331,8 +321,6 @@ <canvas id="line_chart_prod" class="line_chart_prod" - width="auto" - height="200" /> </div> </template> -- GitLab