stream-charts
    Preparing search index...

    Properties for rendering the tooltip content. The properties are applied as shown below.

    series name
    xFormatter, yFormatter
    interface Props {
        style?: Partial<TooltipStyle>;
        xFormatter?: (value: number) => string;
        yFormatter?: (value: number) => string;
    }
    Index

    Properties

    style?: Partial<TooltipStyle>
    xFormatter?: (value: number) => string
    yFormatter?: (value: number) => string