Skip to content
This repository has been archived by the owner on Jun 16, 2020. It is now read-only.

mmethner/barchart-panel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The barchart-panel is based on the original grafana piechart-panel

Barchart Screenshot

Installation

Until this plugin is not pushed to grafana.net, just clone the barchart-panel repository to your grafana plugin dir. See official documentation for more information.

git clone https://github.com/mmethner/barchart-panel.git
sudo service grafana-server restart

Changelog

0.0.1

First working version with some options for customizing the legend.

Testing

To start grafana with a local copy run

docker build -t barchart-panel .
docker run -p3000:3000 barchart-panel

Development

Install node_modules npm install and grunt cli npm install -g grunt-cli
Build grunt

To develop with a running grafana instance, start the file watcher and mount the sources to docker:

grunt watch
docker build -t barchart-panel .
docker run -p3000:3000 -v $WORKSPACE/barchart-panel:/data/plugins/grafana-barchart-panel/ barchart-panel 

About

bar chart panel plugin for grafana

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published