/grafana-groupedbarchart-panel

grouped bar chart panel plugin for grafana

Primary LanguageJavaScript

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

#2 (comment)

License

MIT