Skip to content

Commit 45da4cd

Browse files
committed
Rename package to sinodun-natel-plotly-panel.
Make sure that it won't get overwritten by future updates from upstream.
1 parent adf8053 commit 45da4cd

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "natel-plotly-panel",
2+
"name": "sinodun-natel-plotly-panel",
33
"version": "0.0.7-dev",
44
"description": "Plot.ly Panel Plugin for Grafana",
55
"scripts": {

src/plugin.json

+7-6
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,22 @@
11
{
22
"type": "panel",
3-
"name": "Plotly",
4-
"id": "natel-plotly-panel",
3+
"name": "Plotly (Sinodun)",
4+
"id": "sinodun-natel-plotly-panel",
55

66
"info": {
7-
"description": "Scatter plots and more",
7+
"description": "Bar charts, scatter plots and more",
88
"author": {
9-
"name": "Natel Energy"
9+
"name": "Sinodun and Natel Energy"
1010
},
11-
"keywords": ["plotly", "scatter", "panel"],
11+
"keywords": ["plotly", "scatter", "bar", "panel"],
1212
"logos": {
1313
"small": "img/plotly_logo.svg",
1414
"large": "img/plotly_logo.svg"
1515
},
1616
"links": [
1717
{"name": "Plot.ly", "url": "https://plot.ly/javascript/"},
18-
{"name": "Project Page", "url": "https://github.com/NatelEnergy/grafana-plotly-panel"},
18+
{"name": "Project Page", "url": "https://github.com/Sinodun/grafana-plotly-panel"},
19+
{"name": "Sinodun", "url": "http://www.sinodun.com/"}
1920
{"name": "Natel Energy", "url": "http://www.natelenergy.com/"}
2021
],
2122
"screenshots": [

0 commit comments

Comments
 (0)