Type alias TCreateCustomTooltipOptions

TCreateCustomTooltipOptions: TCreateTooltipCommonOptions & {
    html: string;
    selector: string;
}

Type declaration

  • html: string

    Pass in custom html for your marker, if using this method you must also pass in a selector for your content.

  • selector: string

    Used in conjuction with the html property to select the div for repositioning