Skip to content

Commit

Permalink
Rename package to sinodun-natel-plotly-panel.
Browse files Browse the repository at this point in the history
Make sure that it won't get overwritten by future updates from upstream.
  • Loading branch information
banburybill committed May 27, 2021
1 parent adf8053 commit 45da4cd
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "natel-plotly-panel",
"name": "sinodun-natel-plotly-panel",
"version": "0.0.7-dev",
"description": "Plot.ly Panel Plugin for Grafana",
"scripts": {
Expand Down
13 changes: 7 additions & 6 deletions src/plugin.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,22 @@
{
"type": "panel",
"name": "Plotly",
"id": "natel-plotly-panel",
"name": "Plotly (Sinodun)",
"id": "sinodun-natel-plotly-panel",

"info": {
"description": "Scatter plots and more",
"description": "Bar charts, scatter plots and more",
"author": {
"name": "Natel Energy"
"name": "Sinodun and Natel Energy"
},
"keywords": ["plotly", "scatter", "panel"],
"keywords": ["plotly", "scatter", "bar", "panel"],
"logos": {
"small": "img/plotly_logo.svg",
"large": "img/plotly_logo.svg"
},
"links": [
{"name": "Plot.ly", "url": "https://plot.ly/javascript/"},
{"name": "Project Page", "url": "https://github.com/NatelEnergy/grafana-plotly-panel"},
{"name": "Project Page", "url": "https://github.com/Sinodun/grafana-plotly-panel"},
{"name": "Sinodun", "url": "http://www.sinodun.com/"}
{"name": "Natel Energy", "url": "http://www.natelenergy.com/"}
],
"screenshots": [
Expand Down

0 comments on commit 45da4cd

Please sign in to comment.