From 240d896eb4bfadb5bd003143a247e921bf470a9a Mon Sep 17 00:00:00 2001 From: Alexey Milovidov Date: Sat, 18 Jun 2022 18:20:53 +0200 Subject: [PATCH] Add primitive charting capabilities --- programs/server/play.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/programs/server/play.html b/programs/server/play.html index 243cb59b90c..c7ea5e4ef12 100644 --- a/programs/server/play.html +++ b/programs/server/play.html @@ -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;}