adjusted graph to be svg
This commit is contained in:
36
static/css/styles.css
Normal file
36
static/css/styles.css
Normal 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
BIN
static/graph.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 18 KiB |
1
static/graph.svg
Normal file
1
static/graph.svg
Normal file
File diff suppressed because one or more lines are too long
|
After Width: | Height: | Size: 6.2 KiB |
Reference in New Issue
Block a user