Multiple count and where in query

HI ,
I have a filed key eventtypeID with the value of 1 or 3 or 0 .
I wonder how i can visuals all the counts in one graph
for example the
Y axis is the total counts
X is the time.
And thire is 3 lines count of 1 ,count of 3, and count of 0.

It seems like this should be a “Tag” rather than a field since these values are static 0,1,3. If you move this to a tag you can easily perform a "Group by " operation.

I’d agree with @sbains , that eventtypeID would probably be better as a tag since you would be able to use “group by” with it and the cardinality is low.