Skip to content

Commit

Permalink
requested changes
Browse files Browse the repository at this point in the history
  • Loading branch information
raúl committed Jun 22, 2020
1 parent 7d6a73a commit 347a530
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 20 deletions.
34 changes: 15 additions & 19 deletions dist/README.md
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -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
```

2 changes: 1 addition & 1 deletion src/plugin.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"type": "panel",
"name": "magnesium-wordcloud-panel",
"name": "Word cloud",
"id": "magnesium-wordcloud-panel",
"info": {
"description": "WordCloud / TagCloud Panel",
Expand Down

0 comments on commit 347a530

Please sign in to comment.