Closed
Conversation
Contributor
|
hi @stormpython, I'm planning to continue your work on tag clouds. Also, if you sign the CLA, I can preserve your commit history. Right now, the CLA check fails. Thanks! |
Contributor
|
Can one of the admins verify this patch? |
Contributor
Author
|
@thomasneirynck I've signed the CLA. Thanks for picking this up. |
Contributor
|
@stormpython awesome, thank you! |
Contributor
|
Moved this PR to #8104. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds a tag (word) cloud visualization to core Kibana. The functionality for this visualization is based on the tagcloud plugin.
The purpose of this visualization is to provide a visual representation of free form text data.
The visualization takes only two types of
bucketaggregations:The tag cloud uses Jason Davies' d3-cloud plugin to calculate the layout for text. Please note:
Display Options
Layout algorithm
Archimedean (Default)

Rectangular

Text Scale
Calculates text size based on a mathematical scale. The scale is
linearby default.Font Style
normal (Default)
Font Weight
normal (Default)
Text Orientation
Three options allow users to represent text in different orientations.
Font Size
Two options specify the min and max text size. Min Size: 18px (default). Max Size: 72px (default).
Time Interval
The amount of time used to calculate the layout of words placed on the screen. Longer times may decrease the number of overlapping words.
500ms (Default)