HighchartsTooltipOptions constructor

HighchartsTooltipOptions({
  1. HighchartsTooltipAnimationOptions? animation,
  2. String? backgroundColor,
  3. String? borderColor,
  4. double? borderRadius,
  5. double? borderWidth,
  6. double? changeDecimals,
  7. String? className,
  8. String? clusterFormat,
  9. bool? crosshairs,
  10. HighchartsTooltipDateTimeLabelFormatsOptions? dateTimeLabelFormats,
  11. double? distance,
  12. bool? enabled,
  13. bool? fixed,
  14. bool? followPointer,
  15. bool? followTouchMove,
  16. String? footerFormat,
  17. String? format,
  18. dynamic formatter,
  19. String? headerFormat,
  20. String? headerShape,
  21. double? hideDelay,
  22. String? nullFormat,
  23. dynamic nullFormatter,
  24. bool? outside,
  25. double? padding,
  26. String? pointFormat,
  27. dynamic pointFormatter,
  28. HighchartsTooltipPositionOptions? position,
  29. dynamic positioner,
  30. Map<String, dynamic>? shadow,
  31. String? shape,
  32. bool? shared,
  33. dynamic snap,
  34. bool? split,
  35. bool? stickOnContact,
  36. HighchartsTooltipStyleOptions? style,
  37. bool? useHTML,
  38. double? valueDecimals,
  39. String? valuePrefix,
  40. String? valueSuffix,
  41. String? xDateFormat,
})

Options for the tooltip that appears when the user hovers over a series or point.

API Docs: https://api.highcharts.com/highcharts/tooltip

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});