What Grafana version and what operating system are you using?
Latest version, its in remote server i believe linux connected using Postgre SQL
What are you trying to achieve?
I’ve a table where I have following Columns
-Year , -Budget , -Timestamp with y/m/d/t/m/s
I’d like to create a graph that represents the Timestamps by months, in the x-axis
January, February, March, April, etc.
For each year when I select variable = Year, it should show the data based on months.
How are you trying to achieve it?
Time series chart
What happened?
Data not varying based on years.
What did you expect to happen?
Time graph with X-axis Months as constant and y axis data changes based on variable year selection.
Could you please let me know how can i do it, if needed i can provide data
I want to have an output where Varible Year is selected (2022, 2023, 2024… etch) data should be shown with X-axis months (Jan, Feb, Mar etc) and Y-axis with Budget of that particular year only.