Skip to content

Latest commit

 

History

History
52 lines (31 loc) · 1.13 KB

README.md

File metadata and controls

52 lines (31 loc) · 1.13 KB

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