Add power chart

This commit is contained in:
2019-10-15 21:00:18 -04:00
parent f1ec429087
commit d9fd889741
14 changed files with 319 additions and 6 deletions

View File

@@ -0,0 +1,27 @@
.chart-content {
display: flex;
flex-flow: column;
height: 100%;
}
#chart {
flex: 1 1 auto;
}
.chart-header {
background-color: rgb(250, 250, 250);
padding: 0 20px;
flex: 0 0 auto;
}
.chart-button-spacer {
margin-right: 20px;
}
.selected:after {
content: "";
display: block;
margin: 0 auto;
width: 100%;
border-bottom: 1px solid #673ab7;
}