id,summary,reporter,owner,description,type,status,priority,component,severity,resolution,keywords,cc,release 11256,Chart is empty,Dan Harlacher,aviram,"I have a chart that doesn't show any results and I can't figure out why. First here is an example that does work for me. {{{ [[TicketChart(type = stacked_bars, key = type, x_axis = owner, query = status=""accepted|assigned|new|reopened"", title = Open Tickets by Owner, height = 600, width = 1200)]] }}} This yields this chart, showing me open tickets per owner, stacked by type. [[Image(ticketsbyowner.png, 600px)]] Then when I try basically the same markup but looking for open tickets by product stacked by milestone and I get an empty chart. {{{ [[TicketChart(type = stacked_bars, key = milestone, x_axis = product, query = type=""Bug""&status=""accepted|assigned|new|reopened"", title = Bugs by Product and Milestone, height = 400, width = 900)]] }}} When I run this query manually I get lots of results. I have tried removing the status from the query and it doesn't change anything.",defect,closed,normal,TicketChartsMacro,normal,invalid,,,1.0