Hello everyone,
i’m using Grafana 7.5.11 on a Windows 10 PC.
I Have a Time Series which gives me the produced number of articles of a munfacturing machine. Now i want to Group it by month. Because the Influx QL does not support group by month i have tagged each data point with the month and year it was recorded.
With the old graph panel it was possible to adjust the x-axis to the series mode
This way i was able to put the term “$tag_month.$tag_year” in the Alias By and recive a Bar chart with a bar for each month
I can’t find a similiar option in the new time series panel.
Is there a way to achive my goal?