Add primitive charting capabilities

This commit is contained in:
Alexey Milovidov 2022-06-18 18:20:53 +02:00
parent eba897d4ec
commit 240d896eb4

View File

@ -395,7 +395,7 @@
height: 70vh;
}
/* This is for charts (uPlot) */
/* This is for charts (uPlot), Copyright (c) 2022 Leon Sorokin, MIT License, https://github.com/leeoniya/uPlot/ */
.u-wrap {position: relative;user-select: none;}
.u-over, .u-under, .u-axis {position: absolute;}
.u-under {overflow: hidden;}