Refactor code structure for improved readability and maintainability

This commit is contained in:
bolade
2025-09-29 09:17:11 +01:00
parent 604ef375aa
commit a44a763640
17 changed files with 123 additions and 59 deletions
+1 -2
View File
@@ -86,8 +86,7 @@ html_doc = f"""
}}
/* Prevent images from being too large */
img {{
max-height: 200px;
object-fit: contain;
max-height: 300px;
}}
/* Larger images for specific charts */
.chart-large {{