Changes between Version 2 and Version 3 of TracYetAnotherChartMacro


Ignore:
Timestamp:
May 13, 2018, 7:12:17 PM (6 years ago)
Author:
Theodor Norup
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TracYetAnotherChartMacro

    v2 v3  
    4040[[yachart(id=first; title=Action statuses; query=SELECT status, COUNT(status) FROM ticket where type = 'Action' GROUP BY status)]]
    4141}}}
     42
    4243...will result in something like this:
     44
    4345[[Image(newplot(1).png, width=300)]]
    4446
     
    5860In the query, the macro will replace the string `$USER` with the id of the user logged in. This can be used to display "my tickets":
    5961
    60 
     62[[Image(newplot(2).png, width=300)]]
    6163
    6264== Recent Changes