my query like
SELECT timeField AS "time", count(field) AS "<= 3d" FROM table WHERE Condition1 AND Condition2
but it return null value, while grafana report that timestamp should not be empty. then it can not show graph.
chart: Pie Chart