From 347a53075a70d1b5b0cfce598ebe1167ddd0809f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?ra=C3=BAl?= Date: Mon, 22 Jun 2020 14:45:26 -0300 Subject: [PATCH] requested changes --- dist/README.md | 34 +++++++++++++++------------------- src/plugin.json | 2 +- 2 files changed, 16 insertions(+), 20 deletions(-) diff --git a/dist/README.md b/dist/README.md index f7e2ed8..f28a624 100644 --- a/dist/README.md +++ b/dist/README.md @@ -1,6 +1,19 @@ -# WordCloud Panel Plugin +# ☁️ WordCloud Panel Plugin -This is a Wordcloud/Tagcloud panel for Grafana 7.0+, using the amazing library [react-wordcloud](https://react-wordcloud.netlify.com/) +This is a Wordcloud/Tagcloud panel for Grafana 7.0+, using the amazing library [react-wordcloud](https://github.com/chrisrzhou/react-wordcloud) + +![Screenshot with query](https://raw.githubusercontent.com/raulsperoni/magnesium-wordcloud-panel/master/src/img/wordcloud-screenshot-query.png) + + +## Features + +You can find features and personalization options [here](https://react-wordcloud.netlify.com/) + + +## Installation + +* Clone this repo or copy the whole magnesium-wordcloud-panel dir into the Grafana plugins dir ( /usr/local/var/lib/grafana/plugins ) +* Restart the Grafana server. If installed via Homebrew, this will be brew services restart grafana ## Usage @@ -10,21 +23,4 @@ The amount of words is configured in the datasource settings. In those settings Every other settings for the wordcloud can be changed in the plugin options tab. -## Getting started -1. Install dependencies -```BASH -yarn install -``` -2. Build plugin in development mode or run in watch mode -```BASH -yarn dev -``` -or -```BASH -yarn watch -``` -3. Build plugin in production mode -```BASH -yarn build -``` diff --git a/src/plugin.json b/src/plugin.json index da3111d..29896e6 100644 --- a/src/plugin.json +++ b/src/plugin.json @@ -1,6 +1,6 @@ { "type": "panel", - "name": "magnesium-wordcloud-panel", + "name": "Word cloud", "id": "magnesium-wordcloud-panel", "info": { "description": "WordCloud / TagCloud Panel",