This is the second such roadblock linked to a known issue I’ve run into with grafana inside 3 days of working with it. Guess I might need to switch to something that is better supported.
I actually fixed some issues and added an option to the groupedbarchart plugin, and it works really well for me. I will try to get some screen shots tomorrow.
I am interested to know how you did the query and how you fixed the charts issue.
I have been working on the same type of work for 3 days now, I am very new with Grafana and mySql.
I need to display the monthly grouped charts of active users based on startDate and endDate.
so far I only managed to display the total new starters in monthly group not the total active users.
In this case, you need a table query that returns three columns:
The first column contains the grouping values (in this case, “Jan-19”, “Feb-19”, “Mar-19”, etc.), the second column contains the name of the metric being grouped, which determine the separate colored bars in the groups (in this case, it is three company names), and the third value is the actual value that determines the height of the bar in the chart.
There is an option to stack these (actually the default), rather than show them side-by-side, as I do here, also when displayed side-by-side, the value can be shown at the top of each bar (that is actually also the default behavior, but I have it disables on this graph).
Hi,
I’m struggling with the monthly grouped bar chart as well and it is a nightmare.
Obviously you have managed it.
Could you share with us the query used to create this chart?
(Although I use MSSQL I guess it is similar to MYSQL)
This groupedchart plugin worked nicely for me!
I’m using Grafana 7.3.4 and sql server and my query returns 3 columns
Collumn1 = Month name as varchar for grouping results
collumn2 = metrics as varchar
collum3 = count as integer
For the query results select Format As Table option, after that you should select Grouped Bar Chart visualization and chart type as bar chart.
I’m trying to create a barchart with 2 value’s stacked and a third next to it.
I found this plugin and looks to be an option.
To start, I started with one query, but got the same result as Llewellyn with only a small white line.
I guess I need to do something else with the query, but not clear what.
I’v got the one like below.
This one works on the Bar chart from Grafana (only difference is Format As is there Time Series).
Does anyone have an example of the correct settings for the query that is needed?
Hey Everyone,
I am new to Grafana, and I need to create a grouped bar chart as well
I understand that I needed to download the plugin from the GitHub page. I downloaded the zip file and unzipped it in my local grafana plug in folder.
Program Files\GrafanaLabs\grafana\public\app\plugins\panel\grafana-groupedbarchart-panel-master
I restarted the grafana service in my task manager, then restarted the local grafana web page.
Then I opened the plugin from the configuration tab.
I saw that the plugin was there but when I opened it I saw this