Add charts view with pie, bar, and line charts

This commit is contained in:
2026-03-02 00:22:19 +02:00
parent 1239dda32e
commit 47affa37f0
5 changed files with 408 additions and 1 deletions

View File

@@ -8,5 +8,6 @@ outlay-core = { path = "../outlay-core" }
gtk = { package = "gtk4", version = "0.11" }
adw = { package = "libadwaita", version = "0.9", features = ["v1_8"] }
chrono = "0.4"
gdk = { package = "gdk4", version = "0.11" }
plotters = { version = "0.3", default-features = false, features = ["bitmap_backend", "bitmap_encoder", "line_series", "area_series"] }
tokio = { version = "1", features = ["rt-multi-thread", "macros"] }