CorpGlory/grafana-multibar-graph-panel

X-Axis multi bar by series but no multi bars

rickywu opened this issue · 4 comments

I want to x-arxis use custome field not time line so I select series as mode

image

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 ping@corpglory.com for this feature support

Hello, facing same issue while using multibar in grafana. Anyone have any idea please share it.

image

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....