The word cloud is a type of text component, supporting the customization of the text content, color and drawing shape, configuration of multiple series of color, and mapping of the text size based on the weight. A lot of texts can be displayed in the form of word cloud in the large screen. This document introduces the meaning of each configuration item of the word cloud, to help you use the word cloud component quickly and accurately.
Basic settings
width: component width in the editor
height: component height in the editor
top: distance between the component and the top of editor
left: distance between the component and the left side of editor
Global style
Font: font of each word in the word cloud
Maximum font ratio: maximum ratio of words displayed in the word cloud
Minimum font ratio: minimum ratio of words displayed in the word cloud
Layout: control the layout of word clouds
Word spacing ratio: spacing between words. The greater the proportion, the larger the spacing between words is.
return [{
text:"OneView",
color:"#48a7f4",
weight:8,
rotation:50,
fontWeight:"bolder"
}, ......]
text: word content
color: word color
weight: word size ratio
rotation: word rotation angle
fontWeight: word font weight