span plot gaps, change selection color, hide points

This commit is contained in:
Nick Krecklow
2020-05-20 22:25:37 -05:00
parent 2ddc09c2d3
commit a360cb4ce0
3 changed files with 22 additions and 4 deletions

View File

@ -451,3 +451,9 @@ footer a:hover {
margin-bottom: 20px;
}
}
/* uPlot.css overrides */
.uplot .select {
background: var(--color-blue);
opacity: 0.3;
}