TimelineKit API
    Preparing search index...

    Interface HistogramBarTooltipContent

    Content returned from a custom tooltip function.

    interface HistogramBarTooltipContent {
        lines: TooltipLine[];
        title: string;
    }
    Index

    Properties

    Properties

    lines: TooltipLine[]
    title: string