Grafana Graph not showing on Postgresql Query

SELECT count(person->>'nik') AS "counted", timestamp as time, (person->>'nik') as nik, (person->>'role') as role, action FROM analytics GROUP BY timestamp,(person->>'nik'),action,role HAVING $__timeFilter(timestamp)

But it does not display anything in the graphana graph,
Anyone help me ?