Component description
The wordcloud component creates a graphic representation of the most used keywords on pages.
Example
Minimal JSON
{
"type": "wordcloud",
"title": "",
"apiType": "",
"description": "",
"filter": {}
}{
"key": "wordcloud",
"template": {
"componentId": "wordcloud",
"type": "wordcloud",
"title": "dashboard.title.keywords",
"apiType": "searchedTerms",
"description": "wordcloud_description"
}
}Example taken from the core_dashboard_adoption package.
Nested properties
| Property | Description | Values | Mandatory |
|---|---|---|---|
type | wordcloud | string | Yes |
title | Translation key of the title. Define the key in translations to specify how the text is displayed in the UI. Unlike the name property, if you use a specific string of text for the title, this text will appear with the package key. For example, Comment Section will be displayed as package_key_comment section. | string | Yes |
apiType | Used API for the wordcloud. Supported values are: searchedTerms: Displays most search keywords for the selected period. No filter is used in combination., visitedObjects: Displays most visited objects for the selected period. Used in combination with filter. Time range for the wordcloud is configured using a global time selector. | string | Yes |
description | Description of the component. Displayed in the component’s tooltip. | string | Yes |
componentId | Unique ID of a component. If left empty, a random string will be generated. Primarily used in patch packages to define the component's position within the layout (template). | string | No |
filter | Conditions used to limit or refine data selection. For more information, see filter. | json | No |