MySQL Group by query without time column

Hi All, I am new in grafana.
I am not able to build graph using mysql data.
My Query is
SELECT app_type, count(id) AS ‘value’ FROM sys_log_info GROUP BY app_type;
But Always getting error as
Set time or time_series column in axes setting
Please tell me how to resolve this