-
Notifications
You must be signed in to change notification settings - Fork 102
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
CircleCI Automation
committed
Sep 16, 2020
1 parent
9cc257f
commit 5733525
Showing
37 changed files
with
211 additions
and
5,759 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
The MIT License (MIT) | ||
|
||
Copyright (c) 2016 Grafana | ||
|
||
Permission is hereby granted, free of charge, to any person obtaining a copy | ||
of this software and associated documentation files (the "Software"), to deal | ||
in the Software without restriction, including without limitation the rights | ||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | ||
copies of the Software, and to permit persons to whom the Software is | ||
furnished to do so, subject to the following conditions: | ||
|
||
The above copyright notice and this permission notice shall be included in all | ||
copies or substantial portions of the Software. | ||
|
||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | ||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | ||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE | ||
SOFTWARE. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
|
||
-----BEGIN PGP SIGNED MESSAGE----- | ||
Hash: SHA512 | ||
|
||
{ | ||
"plugin": "grafana-piechart-panel", | ||
"version": "1.6.1", | ||
"files": { | ||
"LICENSE": "b46400c1ab5630edeb4e43b240a027d203375ebe5a9efb7de88c604c5c5cace0", | ||
"README.md": "549e456ba86b2677fbb55f21dac137452d1fa10b8f73534f2c9be06dfe0ed21c", | ||
"dark.js": "1e1732392f8c733433d5078f62c181732b2e9cf801915a7cac1db1b29777d22e", | ||
"dark.js.map": "9f9a08e0c7c69f92a7bab8690faadc8ec2f65379834362cdb45fb8d6679a7336", | ||
"editor.html": "aa4a490a2a93c1c6fdcbfc2cf7351afd1af213205ce74ab1f3f4f08bac9db24c", | ||
"light.js": "eb1808113eafd870881e57b3a28f4229a3710981670b0dc7409742a01b041259", | ||
"light.js.map": "80ee11ec21f071cf8988b3b049e8159cbcdb6153b5ca9a5523fe7dbf96083323", | ||
"module.html": "10d8f62fdc7359e904e04b34400d8770098d4973e7796b54f007e6a8fa284a3b", | ||
"module.js": "20da74222a8af656376bbd77558c936df722db5a295cea460f58e0a1dc0a5a96", | ||
"module.js.LICENSE.txt": "30f143a8e05630b1ab2ff90e572b97708701d7fc5f8e8fd2e44bbe9787723aea", | ||
"module.js.map": "932bbcc50abe443aca25323f05ce53baef20363ffb6fa803ff7434d86a44a01b", | ||
"plugin.json": "51692acde552a569ec2716465586ea64bddead48aa279a35cda43b6722e78d17", | ||
"styles/dark.css": "e0c2663c2c7dabf97ffaebc740a3b5f7fb69aefaaf89351d9fa8762f77ec5cf6", | ||
"styles/light.css": "6430d7d73d05e50adedf3d0ec9fa6f26970ca362f24be63b3b8f506405f8a921" | ||
}, | ||
"time": 1600286584192, | ||
"keyId": "7e4d0c6a708866e7" | ||
} | ||
-----BEGIN PGP SIGNATURE----- | ||
Version: OpenPGP.js v4.10.1 | ||
Comment: https://openpgpjs.org | ||
|
||
wqIEARMKAAYFAl9ib3gACgkQfk0ManCIZucMEAIJAdAVb6pOOaYvNDBWDXmr | ||
u7fsPS4qr96g+WHpMfQf9TSuEqAWMbKBHJQIyYLR2Q5ZvL+h+aQpfb6gsCqZ | ||
SKFRobEeAgkB5wsDfPMof5lwJf8IP1t293xURrVKWadtpp0mV5N+Fxrf6YQ0 | ||
GiTNk5Y+zmmf7lmhQ7efGf/vW04ePgsvJGjz6pE= | ||
=IlbY | ||
-----END PGP SIGNATURE----- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,53 @@ | ||
[![CircleCI](https://circleci.com/gh/grafana/piechart-panel.svg?style=svg)](https://circleci.com/gh/grafana/piechart-panel) | ||
[![David Dependancy Status](https://david-dm.org/grafana/piechart-panel.svg)](https://david-dm.org/grafana/piechart-panel) | ||
[![David Dev Dependency Status](https://david-dm.org/grafana/piechart-panel/dev-status.svg)](https://david-dm.org/grafana/piechart-panel/?type=dev) | ||
|
||
Use the new grafana-cli tool to install piechart-panel from the commandline: | ||
|
||
``` | ||
grafana-cli plugins install grafana-piechart-panel | ||
``` | ||
|
||
The plugin will be installed into your grafana plugins directory; the default is /var/lib/grafana/plugins if you installed the grafana package. | ||
|
||
More instructions on the cli tool can be found [here](https://grafana.com/docs/grafana/latest/plugins/installation/). | ||
|
||
You need the lastest grafana build for Grafana 3.0 to enable plugin support. You can get it here : http://grafana.org/download/builds.html | ||
|
||
## Alternative installation methods | ||
|
||
### Download latest zip | ||
|
||
```BASH | ||
wget -nv https://grafana.com/api/plugins/grafana-piechart-panel/versions/latest/download -O /tmp/grafana-piechart-panel.zip | ||
``` | ||
|
||
Extract and move into place | ||
```BASH | ||
unzip -q /tmp/grafana-piechart-panel.zip -d /tmp | ||
mv /tmp/grafana-piechart-panel-* /var/lib/grafana/plugins/grafana-piechart-panel | ||
sudo service grafana-server restart | ||
``` | ||
|
||
### Git Clone | ||
It is also possible to clone this repo directly into your plugins directory. | ||
|
||
Afterwards restart grafana-server and the plugin should be automatically detected and used. | ||
|
||
``` | ||
git clone https://github.com/grafana/piechart-panel.git --branch release-1.3.8 | ||
sudo service grafana-server restart | ||
``` | ||
|
||
### Clone into a directory of your choice | ||
|
||
If the plugin is cloned to a directory that is not the default plugins directory then you need to edit your grafana.ini config file (Default location is at /etc/grafana/grafana.ini) and add this: | ||
|
||
```ini | ||
[plugin.piechart] | ||
path = /home/your/clone/dir/piechart-panel | ||
``` | ||
|
||
Note that if you clone it into the grafana plugins directory you do not need to add the above config option. That is only | ||
if you want to place the plugin in a directory outside the standard plugins directory. Be aware that grafana-server | ||
needs read access to the directory. |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
File renamed without changes.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
/*! | ||
* perfect-scrollbar v1.2.0 | ||
* (c) 2017 Hyunje Jun | ||
* @license MIT | ||
*/ | ||
|
||
/*! ***************************************************************************** | ||
Copyright (c) Microsoft Corporation. | ||
|
||
Permission to use, copy, modify, and/or distribute this software for any | ||
purpose with or without fee is hereby granted. | ||
|
||
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH | ||
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY | ||
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, | ||
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM | ||
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR | ||
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR | ||
PERFORMANCE OF THIS SOFTWARE. | ||
***************************************************************************** */ |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,69 @@ | ||
{ | ||
"type": "panel", | ||
"name": "Pie Chart", | ||
"id": "grafana-piechart-panel", | ||
"info": { | ||
"description": "Pie chart panel for grafana", | ||
"author": { | ||
"name": "Grafana Labs", | ||
"url": "http://grafana.com" | ||
}, | ||
"keywords": [ | ||
"piechart", | ||
"panel" | ||
], | ||
"logos": { | ||
"small": "img/piechart_logo_small.svg", | ||
"large": "img/piechart_logo_large.svg" | ||
}, | ||
"links": [ | ||
{ | ||
"name": "Project site", | ||
"url": "https://github.com/grafana/piechart-panel" | ||
}, | ||
{ | ||
"name": "Blog Post", | ||
"url": "https://blog.raintank.io/friends-dont-let-friends-abuse-pie-charts/" | ||
}, | ||
{ | ||
"name": "MIT License", | ||
"url": "https://github.com/grafana/piechart-panel/blob/master/LICENSE" | ||
} | ||
], | ||
"screenshots": [ | ||
{ | ||
"name": "Donut!", | ||
"path": "img/piechart-donut.png" | ||
}, | ||
{ | ||
"name": "Legend on the graph", | ||
"path": "img/piechart-legend-on-graph.png" | ||
}, | ||
{ | ||
"name": "Legend to the right", | ||
"path": "img/piechart-legend-rhs.png" | ||
}, | ||
{ | ||
"name": "Legend underneath", | ||
"path": "img/piechart-legend-under.png" | ||
}, | ||
{ | ||
"name": "Piechart options", | ||
"path": "img/piechart-options.png" | ||
} | ||
], | ||
"version": "1.6.1", | ||
"updated": "2020-09-16", | ||
"build": { | ||
"time": 1600286584067, | ||
"repo": "[email protected]:grafana/piechart-panel.git", | ||
"branch": "v1.6.x", | ||
"hash": "9cc257f74cbb133f6573805e372ed1d79f35896b", | ||
"number": 241 | ||
} | ||
}, | ||
"dependencies": { | ||
"grafanaVersion": "4.6", | ||
"plugins": [] | ||
} | ||
} |
Oops, something went wrong.