CorpGlory / grafana-multibar-graph-panel

A plugin implementing https://github.com/grafana/grafana/issues/870
MIT License
75 stars 7 forks source link

X-Axis multi bar by series but no multi bars #35

Open rickywu opened 5 years ago

rickywu commented 5 years ago

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

jonyrock commented 5 years ago

please ping@corpglory.com for this feature support

darshansh commented 5 years ago

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

image

videnkz commented 5 years ago

Hello guys, is it possible to implement this feature? Or are there any technical limitations in grafana api?

jonyrock commented 5 years ago

@kananindzya we just don't have time to make it at this moment....