grouped bar chart (stacked or side by side, horizontal or vertical)
showing information about sub-groups( second column ) of the main categories ( first column )
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
MIT