Hi,

I just downloaded and installed the GoogleChartPlugin for Trac.

This plugins does really create nice diagrams, however I was not able
to figure out how to use queried data in diagram legends.

For instance I would like to query the number of tickets per user,
thus I would write the following SQL-Query:
Select count(*), author From ticket_change group by author

With the GoogleChartPlugin I first tried the query stated above -
like:
[[GChart(type="pie", chs="250x100", query="Select count(*), author
>From ticket_change group by author")]]

But this resulted in an empty diagram. So far I started to read
through Google Chart API and figured out that "chdl" sets the legend,
unfortunately I saw only static assignements to the legend. Is it
possible to use a column of the  query?

Thanks for helping out!


-- 
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en.

Reply via email to