grafana-multibar-graph-panel
grafana-multibar-graph-panel copied to clipboard
X-Axis multi bar by series but no multi bars
I want to x-arxis use custome field not time line so I select series as mode
But the bar chart only shows single group, I also want to show multi group of org_name:
SELECT
data_date AS "time",
sys_name AS metric,
sum(dev_defect_density) AS value
FROM dev_defect_density
WHERE
$__timeFilter(data_date)
GROUP BY time, org_name, metric
ORDER BY time
Use series as mode works well for single bar chart
please [email protected] for this feature support
Hello, facing same issue while using multibar in grafana. Anyone have any idea please share it.
Hello guys, is it possible to implement this feature? Or are there any technical limitations in grafana api?
@kananindzya we just don't have time to make it at this moment....