1
0
Fork 0

More points in graphs

This commit is contained in:
maralorn 2022-12-17 22:01:19 +01:00
parent 390329e5a3
commit 8bbb6919ea

View file

@ -657,18 +657,18 @@ in {
cards = [
(mkConfig {
hours_to_show = 168;
points_per_hour = 0.25;
points_per_hour = 1;
name = "7d";
})
(mkConfig {
hours_to_show = 24;
points_per_hour = 1;
points_per_hour = 3;
name = "24h";
})
(mkConfig
{
hours_to_show = 1;
points_per_hour = 30;
points_per_hour = 60;
show = {
name = false;
icon = false;