AW: otrs-de Nachrichtensammlung, Band 12, Eintrag 39

Hallo zusammen, gibt es eine Möglichkeit, die Prioritätenliste umzudrehen, d.h. 1 ist höchste Prio? Andreas Rittershofer hatte heute gepostet, dass er Balkendiagramme in den Stats verwendet. Wie kann man die Art der Darstellung von Linien auf Balken umstellen? Habe leider in der Doku keinen Bereich über die Statistiken gefunden. Mit freundlichen Grüßen Stéphane Martin WebTrio GmbH

Am Freitag, den 29.10.2004, 13:37 +0200 schrieb Stephane Martin:
Hallo zusammen,
gibt es eine Möglichkeit, die Prioritätenliste umzudrehen, d.h. 1 ist höchste Prio? Andreas Rittershofer hatte heute gepostet, dass er Balkendiagramme in den Stats verwendet. Wie kann man die Art der Darstellung von Linien auf Balken umstellen? Habe leider in der Doku keinen Bereich über die Statistiken gefunden.
Das muss in die Config.pm - stammt aus der Defaults.pm: (Achtung Zeilenumbrüche sind vom Mailclient!) # SystemStats $Self->{SystemStatsMap}->{"OTRS::Stats1"} = { Name => 'New Tickets', Module => 'Kernel::System::Stats::NewTickets', Desc => 'New created tickets for each queue in selected month.', SumCol => 1, SumRow => 1, UseResultCache => 1, Output => ['Print', 'CSV', 'GraphLine', 'GraphBars', 'GraphPie'], # Output => ['Print', 'CSV', 'Graph'], OutputDefault => 'Print', }; $Self->{SystemStatsMap}->{"OTRS::Stats2"} = { Name => 'Ticket Overview', Module => 'Kernel::System::Stats::TicketOverview', Desc => 'Overview of the tickets in queue at the end of this month.', SumCol => 1, SumRow => 1, UseResultCache => 1, Output => ['Print', 'CSV', 'GraphLine', 'GraphBars', 'GraphPie'], # Output => ['Print', 'CSV', 'Graph'], OutputDefault => 'Print', }; $Self->{SystemStatsMap}->{"OTRS::Stats4"} = { Name => 'State Action Overview', Module => 'Kernel::System::Stats::StateAction', Desc => 'Trace system activities (Replacement of old bin/mkStats.pl).', SumCol => 1, SumRow => 1, UseResultCache => 1, Output => ['Print', 'CSV', 'GraphLine', 'GraphBars', 'GraphPie'], # Output => ['Print', 'CSV', 'Graph'], OutputDefault => 'Graph', }; mfg ar -- Online-Kurs "Computernetzwerke": http://www.OntoLearn.de/moodle
participants (2)
-
Andreas Rittershofer
-
Stephane Martin