From 5f9307a724c2565f6a7d7ba6e19caeb9026ffad5 Mon Sep 17 00:00:00 2001 From: Elastic Jasper Date: Fri, 2 Dec 2016 18:57:00 -0500 Subject: [PATCH] improve tag cloud doc Backports PR #9356 **Commit 1:** improve tag cloud doc * Original sha: 011516d14fb9b52d271f3486b148381442c59234 * Authored by Thomas Neirynck on 2016-12-02T23:09:35Z --- docs/visualize.asciidoc | 1 + docs/visualize/tagcloud.asciidoc | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/visualize.asciidoc b/docs/visualize.asciidoc index 5412591685701..d560c8f54a44f 100644 --- a/docs/visualize.asciidoc +++ b/docs/visualize.asciidoc @@ -33,6 +33,7 @@ different series. instructions. <>:: Display a single number. <>:: Display each source's contribution to a total. +<>:: Display words as a cloud in which the size of the word correspond to its importance <>:: Associate the results of an aggregation with geographic locations. Timeseries:: Compute and combine data from multiple time series diff --git a/docs/visualize/tagcloud.asciidoc b/docs/visualize/tagcloud.asciidoc index b06e57a722e47..f001485c6e0e6 100644 --- a/docs/visualize/tagcloud.asciidoc +++ b/docs/visualize/tagcloud.asciidoc @@ -1,5 +1,5 @@ [[tagcloud-chart]] -== Cloud Tag Charts +== Tag Clouds A tag cloud visualization is a visual representation of text data, typically used to visualize free form text. Tags are usually single words, and the importance of each tag is shown with font size or color.