grafana-multibar-graph-panel icon indicating copy to clipboard operation
grafana-multibar-graph-panel copied to clipboard

X-Axis multi bar by series but no multi bars

Open rickywu opened this issue 5 years ago • 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

rickywu avatar Mar 14 '19 03:03 rickywu

please [email protected] for this feature support

jonyrock avatar Apr 11 '19 09:04 jonyrock

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

image

darshansh avatar Jul 29 '19 06:07 darshansh

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

videnkz avatar Aug 02 '19 05:08 videnkz

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

jonyrock avatar Aug 02 '19 08:08 jonyrock