Hi! I’m quite new to Grafana and can’t seem to find the answer to this anywhere, so I appreciate any kind of help
I have a templating variable of type query (article_id in the photo) and I would like to plot some function ‘avg’ that depends on the date and the article_id. I would like to have different colors of points depending on the article_id chosen (and of course a legend explaining colors). Right now, the points are always of the same color, and I can’t see which ones correspond to which article_id.
Is that possible?
I’m using Postgresql data if that’s important.