Commit Graph

25 Commits

Author SHA1 Message Date
Girish Ramakrishnan
dfb465ef77 Fix date formatting in system graphs 2025-10-03 18:38:09 +02:00
Girish Ramakrishnan
b20107ad2a Fix date formatting in graph tooltips 2025-10-03 18:25:32 +02:00
Girish Ramakrishnan
6977556984 Fix graph tooltip rendering 2025-10-03 17:50:49 +02:00
Girish Ramakrishnan
676f25962d add annotation label for the high marks 2025-10-03 17:27:23 +02:00
Girish Ramakrishnan
02fe971f0b Remove graph subtext and move to footer 2025-10-03 17:14:40 +02:00
Johannes Zellner
0c791ec52c Ensure graph tooltips do not overflow the graph 2025-09-17 15:08:50 +02:00
Johannes Zellner
1831caea08 Also prevent accessing graph tooltip DOM elements if they are gone 2025-07-23 17:07:49 +02:00
Johannes Zellner
c173db69a9 Give graph legend text an outline instead of background blur for readabilitiy 2025-07-23 11:36:39 +02:00
Johannes Zellner
44ae48baf5 Draw custom graphs tooltips so we are not limited to the canvas size when many apps are selected 2025-07-21 18:56:02 +02:00
Johannes Zellner
579f5d7c8a pankow moved to @cloudron/pankow 2025-07-10 11:55:11 +02:00
Girish Ramakrishnan
0952b6d68f metrics: group the metrics when sending live stats
without this the tooltip doesn't work. it needs to have the same
consistent timestamps
2025-07-08 17:41:00 +02:00
Girish Ramakrishnan
782ecbd750 metrics: make the high line darker 2025-07-08 10:50:46 +02:00
Girish Ramakrishnan
4cf1739604 metrics: overlay app metrics over system metrics 2025-07-07 19:12:57 +02:00
Girish Ramakrishnan
2317c17b4b metrics: interval is not configurable, unnecessary 2025-07-04 23:20:38 +02:00
Girish Ramakrishnan
463369f283 metrics: various formatting issues 2025-07-04 21:53:25 +02:00
Girish Ramakrishnan
ccda1b4523 metrics: fix disk size formatting 2025-07-04 15:24:26 +02:00
Girish Ramakrishnan
ac6f80c274 metrics: add a high mark for the cpu and memory app graphs 2025-07-04 15:16:52 +02:00
Girish Ramakrishnan
5fd86b781b metrics: use "/" instead of ps 2025-07-04 14:26:09 +02:00
Girish Ramakrishnan
0d28292cfb metrics: tooltip label 2025-07-04 13:18:23 +02:00
Girish Ramakrishnan
8bf9d38711 metrics: show legend with multiple datasets 2025-07-04 12:51:51 +02:00
Girish Ramakrishnan
4caf052199 metrics: make the memory y-unit scale more flexible
system memory is in GiB. app memory is usually in MiB
2025-07-04 10:40:53 +02:00
Girish Ramakrishnan
b3071603d0 graphs: make top level div and clean the timer 2025-07-03 17:44:32 +02:00
Girish Ramakrishnan
1ebbfe5d92 graphs: remove unused style 2025-07-03 16:01:14 +02:00
Girish Ramakrishnan
9e27921867 graphs: set the colors 2025-07-03 15:59:31 +02:00
Girish Ramakrishnan
f1057bb4a3 graphs: refactor into GraphItem component 2025-07-03 15:49:49 +02:00