adjusted graph to be svg

This commit is contained in:
Nico Melone
2025-01-22 16:11:17 -06:00
parent 9645bb4170
commit 0c6098a011
7 changed files with 100 additions and 35 deletions

36
static/css/styles.css Normal file
View File

@@ -0,0 +1,36 @@
@page {
size: Letter;
margin: 1in;
}
body {
font-family: Arial, sans-serif;
margin: 0;
padding: 0;
}
table {
width: 100%;
border-collapse: collapse;
}
th, td {
border: 1px solid #ddd;
padding: 8px;
text-align: left;
}
th {
background-color: #f4f4f4;
}
.graph-container {
width: 100%;
max-height: 400px;
overflow: hidden;
margin-bottom: 20px;
}
.page-break {
page-break-before: always;
}

BIN
static/graph.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

1
static/graph.svg Normal file

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 6.2 KiB