Not Able to Plot Charts

I am fetching data from Postgres Db using SQL query editor. However, I am unable to plot the charts. Please help.

Can you please provide more context? Specifically, what is the query, what chart are you trying to display, etc. Also, have you read the documentation at http://www.metabase.com/docs/v0.20.0/users-guide/04-visualizing-results.html ?

Hey Sameer,

Yes, I have gone through the document but it's not helping.

As is visible in the attached screenshot, I am not seeing any line chart corresponding to the option.

BTW I am facing other issues. But, let's take one at a time.

Thanks in advance.

Sameer,

I couldn't send both screenshots together because of a limitation in place. Hence, please find the screenshot for the data points that I am trying to plot attached with this reply.

can you open up the javascript console and see if there’s an error?

@puneet2311 Can you share your SQL query? Also what version of Metabase are you using? Thanks.

Hey Tom,

Please find below the query that I am using.

SELECT date(created_at), count(*)
from paytm_users
group by date(created_at)
order by date(created_at)

I am using the latest version i.e. 0.20.0.0

BTW I am using Metabase on my mac (OS - Yosemite (10.10.3)) - Should I try using this on AWS Elastic Bean?