Tooltip avec les heures total

Le temps total de l'évenement est indiqué en dernière ligne du tooltip principal

00h
01h
02h
03h
04h
05h
06h
07h
08h
09h
10h
11h
12h
13h
14h
15h
16h
17h
18h
19h
20h
21h
22h
23h
Alderaan
Faire le plein
@IrisSchedule([
    "options" => [
        "tooltip_hour"       => true,
        "tooltip_hour_total" => true,
    ],
    "top" => [
        "day_start" => 480,
        "day_end"   => 1080,
    ],
    "lines" => [
        [
            "events" => [
                [
                    "start"          => 480,
                    "end"            => 580,
                    "title"          => "Alderaan",
                    "subtitle"       => "Faire le plein",
                    "tooltip_before" => "Vérifier les armes",
                    "before"         => 25,
                    "after"          => 70,
                    "color"          => "#FFFFFF",
                    "background"     => "#539574"
                ]
            ]
        ]
    ]
])