graph » options » style » tooltip
tooltip
[ root » graph » options » tooltip ]
Word Clouds Only: Use the tooltip
object to turn on and style the tooltips for your word cloud. Refer to the Word Cloud Tutorial for more information.
Attribute | Type | Info |
---|---|---|
alpha | Numeric | Sets the transparency of the object. Values must range between 0.0 and 1.0, with 0.0 being completely transparent and 1.0 being completely opaque. Note that the leading zero is required before the decimal. 0.3 | 0.4 | 0.9 | ... |
background-color backgroundColor | String | Sets the background color of the object. Colors can be entered by name (e.g., 'purple', 'blue'), hexadecimal notation (e.g., '#666699', '#33ccff'), or RGB notation (e.g., 'rgb(255,0,0)', 'rgb(0,0,255)'). 'none' | 'transparent' | 'purple' | '#33ccff' | 'rgb(100, 15, 15)' | ... |
border-alpha borderAlpha | Numeric | Sets the transparency of the border. Values must range between 0.0 and 1.0, with 0.0 being completely invisible and 1.0 being completely opaque. Please note that values also require the leading 0 before the decimal. 0.3 | 0.9 | ... |
border-color borderColor | String | Sets the border color of the object. Colors can be entered by name (e.g., 'purple', 'blue'), hexadecimal notation (e.g., '#666699', '#33ccff'), or RGB notation (e.g., 'rgb(255,0,0)', 'rgb(0,0,255)'). 'none' | 'transparent' | 'purple' | '#33ccff' | 'rgb(100, 15, 15)' | ... |
border-radius borderRadius | Numeric | Sets the border radius of the object. 2 | 3 | '5px' | ... |
border-width borderWidth | Numeric | Sets the border width of the object. 1 | 3 | '6px' | ... |
font-angle fontAngle | Numeric | Sets the font angle of the object. -45 | 115 | ... |
font-color fontColor | xxx | Sets the font color of the object. 'none' | 'transparent' | 'purple' | '#33ccff' | 'rgb(100, 15, 15)' | ... |
font-family fontFamily | String | Sets the font family of the object. 'Arial' | 'Tahoma,Verdana' | ... |
font-size fontSize | Numeric | Sets the font size of the object. 12 | "20px" | ... |
font-style fontStyle | String | Sets the font style of the object. "normal" | "italic" |
font-weight fontWeight | String | Sets the font weight of the object. "normal" | "bold" |
line-style lineStyle | String | Sets the line style of the object. 'solid' | 'dotted' | 'dashed' | 'dashdot' |
padding | Numeric | Sets the padding of the object. 3 | '5px' | '10px' | ... |
text | xxx | Sets the text to be displayed in the tooltips. "%text: %hits" | ... |
text-alpha textAlpha | Numeric | Sets the text transparency of the object. Values must range between 0.0 and 1.0, with 0.0 being completely transparent and 1.0 being completely opaque. Note that the leading zero is required before the decimal. 0.3 | 0.4 | 0.9 | ... |
visible | Boolean | Sets the visibility of the object. true | false (default) |