Making bar chart with named query

Hi all,
If I have a named query that query a daily total data for each location, how can I implement it into a bar chart?
Only worked if I have one row of data. If my set of data has more than 1 row data, it doesn't display the data.
Any suggestions? I have tried to transfer my date into millis but it still doesn't want to display the 2nd row data.
Thanks

You are trying to do this with the Time Series Chart component.

Try the XY Chart instead.
I would set the xAxes.0.render : category to get evenly spaced bars.