Basic graph implementation
This commit is contained in:
18
global.css
18
global.css
@@ -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%;
|
||||
|
||||
Reference in New Issue
Block a user