HighchartsTooltipOptions constructor
HighchartsTooltipOptions({
- HighchartsTooltipAnimationOptions? animation,
- String? backgroundColor,
- String? borderColor,
- double? borderRadius,
- double? borderWidth,
- double? changeDecimals,
- String? className,
- String? clusterFormat,
- bool? crosshairs,
- HighchartsTooltipDateTimeLabelFormatsOptions? dateTimeLabelFormats,
- double? distance,
- bool? enabled,
- bool? fixed,
- bool? followPointer,
- bool? followTouchMove,
- String? format,
- HighchartsCallback? formatter,
- String? headerFormat,
- String? headerShape,
- double? hideDelay,
- String? nullFormat,
- HighchartsCallback? nullFormatter,
- bool? outside,
- double? padding,
- String? pointFormat,
- HighchartsCallback? pointFormatter,
- HighchartsTooltipPositionOptions? position,
- HighchartsCallback? positioner,
- Map<
String, dynamic> ? shadow, - String? shape,
- dynamic snap,
- bool? split,
- bool? stickOnContact,
- HighchartsTooltipStyleOptions? style,
- bool? useHTML,
- double? valueDecimals,
- String? valuePrefix,
- String? valueSuffix,
- String? xDateFormat,
Options for the tooltip that appears when the user hovers over a series or point.
Implementation
HighchartsTooltipOptions(
{this.animation,
this.backgroundColor,
this.borderColor,
this.borderRadius,
this.borderWidth,
this.changeDecimals,
this.className,
this.clusterFormat,
this.crosshairs,
this.dateTimeLabelFormats,
this.distance,
this.enabled,
this.fixed,
this.followPointer,
this.followTouchMove,
this.footerFormat,
this.format,
this.formatter,
this.headerFormat,
this.headerShape,
this.hideDelay,
this.nullFormat,
this.nullFormatter,
this.outside,
this.padding,
this.pointFormat,
this.pointFormatter,
this.position,
this.positioner,
this.shadow,
this.shape,
this.shared,
this.snap,
this.split,
this.stickOnContact,
this.style,
this.useHTML,
this.valueDecimals,
this.valuePrefix,
this.valueSuffix,
this.xDateFormat});