public class GlobalTooltipOptions extends TooltipOptions
| Modifier and Type | Field and Description |
|---|---|
Boolean |
animation
Enable or disable animation of the tooltip.
|
String |
backgroundColor
The background color or gradient for the tooltip.
|
String |
borderColor
The color of the tooltip border.
|
Integer |
borderRadius
The radius of the rounded border corners.
|
Integer |
borderWidth
The pixel width of the tooltip border.
|
Object |
crosshairs
Display crosshairs to connect the points with their corresponding axis values.
|
Boolean |
enabled
Enable or disable the tooltip.
|
String |
formatter
Callback function to format the text of the tooltip.
|
String |
positioner
A callback function to place the tooltip in a default position.
|
Boolean |
shadow
Whether to apply a drop shadow to the tooltip.
|
String |
shape
The name of a symbol to use for the border around the tooltip.
|
Boolean |
shared
When the tooltip is shared, the entire plot area will capture mouse movement, and tooltip
texts for all series will be shown in a single bubble.
|
Integer |
snap
Proximity snap for graphs or single points.
|
StyleOptions |
style
CSS styles for the tooltip.
|
Boolean |
useHTML
Use HTML to render the contents of the tooltip instead of SVG.
|
dateTimeLabelFormats, followPointer, followTouchMove, footerFormat, headerFormat, hideDelay, padding, pointerFormatter, pointFormat, split, valueDecimals, valuePrefix, valueSuffix, xDateFormat| Constructor and Description |
|---|
GlobalTooltipOptions() |
@Option public Boolean animation
@Option public String backgroundColor
@Option public String borderColor
@Option public Integer borderRadius
@Option public Integer borderWidth
@Option public Object crosshairs
@Option(convertTo=org.fujion.ancillary.JavaScript.class) public String formatter
@Option(convertTo=org.fujion.ancillary.JavaScript.class) public String positioner
@Option public Boolean shadow
@Option public String shape
@Option public Boolean shared
@Option public Integer snap
@Option public final StyleOptions style
style: {
color: '#333333',
fontSize: '9pt',
padding: '5px'
}
Copyright © 2018 Fujion Framework. All rights reserved.