Basic graph implementation

This commit is contained in:
2023-04-03 20:01:50 -04:00
parent 148c9cd0db
commit 99e0e497c2
9 changed files with 566 additions and 178 deletions

View File

@@ -77,6 +77,24 @@ header {
font-weight: bold;
}
.lmc-graph canvas {
width: 100%;
}
.lmc-graph h4 {
text-align: center;
}
.lmc-graph table {
width: 100%;
}
.lmc-graph-color {
height: 15px;
display: inline-block;
width: 15px;
}
.lmc-table {
background-color: #CECECE;
width: 100%;