gipong / grafana-groupedbarchart-panel

grouped bar chart panel plugin for grafana
71 stars 29 forks source link

Grouped Bar Chart Panel Plugin for Grafana

grouped bar chart (stacked or side by side, horizontal or vertical)

Screenshots

chart

gif chart

metrics

showing information about sub-groups( second column ) of the main categories ( first column )

metrics

options

options

colors

colors

Installation

clone this repository into your plugin directory

git clone https://github.com/gipong/grafana-groupedbarchart-panel.git
sudo service grafana-server restart

using Docker (for grafana:7.0.0)

docker run -d -p 3000:3000 -v "$(pwd)":/var/lib/grafana/plugins grafana/grafana:7.0.0

it only loads on start-up and need to restart this container after you updating this plugin

for grafana v6

grafana-cli --pluginUrl https://github.com/gipong/grafana-groupedbarchart-panel/archive/master.zip plugins install groupedbarchart

https://github.com/gipong/grafana-groupedbarchart-panel/issues/2#issuecomment-547160012

License

MIT