Plugins 〉Word cloud


Developer
Raúl Speroni


Sign up to receive occasional product news and updates:



Panel
community

Word cloud

  • Overview
  • Installation
  • Change log
  • Related content

Marketplace Downloads

☁️ WordCloud Panel Plugin

⚠️ Unmaintained and looking for a new owner ⚠️

I no longer have the time to maintain this plugin and would love for someone to take it over and continue development.

If you are interested, please comment in this issue 🙏


This is a Wordcloud/Tagcloud panel for Grafana 7.0+, using the amazing library react-wordcloud

This was boostraped using the new @grafana/toolkit

Screenshot with query

Features

You can find features and personalization options here

Usage

You need to configure a datasource so that the query returns a list of tokens and group the result by terms. You should change the names of word, and count fields in the options tab of the plugin according to your query, if you don't default fields with matching types present in your query will be used. The amount of words is configured in the datasource settings. In those settings is also important that you choose "Order by: Doc Count".

Every other settings for the wordcloud can be changed in the plugin options tab.

ToDo

It would be really nice to use the library's available callbacks to filter grafana dashboard data when a word is clicked. I haven't found a neat way to do this yet. Issue #5

Installing Word cloud on Grafana Cloud:

For more information, visit the docs on plugin installation.

Change Log

All notable changes to this project will be documented in this file.

v1.2.3

Stopwords and automatic release with github actions

v1.0.0

Initial Release