Split embedded and standalone chart surfaces

This commit is contained in:
Mikhail Chusavitin
2026-03-15 21:41:38 +03:00
parent df91e24fea
commit 5ce37f9997
15 changed files with 1039 additions and 86 deletions

5
Makefile Normal file
View File

@@ -0,0 +1,5 @@
run:
go run ./cmd/reanimator-chart
test:
go test ./...