stream-charts
    Preparing search index...

    Properties for rendering the tooltip. This is the style for the container of the content.

    interface TooltipStyle {
        backgroundColor: string;
        backgroundOpacity: number;
        borderColor: string;
        borderOpacity: number;
        borderRadius: number;
        borderWidth: number;
        fontColor: string;
        fontFamily: string;
        fontSize: number;
        fontWeight: number;
        paddingBottom: number;
        paddingLeft: number;
        paddingRight: number;
        paddingTop: number;
        visible: boolean;
    }
    Index

    Properties

    backgroundColor: string

    The background color

    backgroundOpacity: number
    borderColor: string
    borderOpacity: number
    borderRadius: number
    borderWidth: number
    fontColor: string

    The color of the text displayed in the tooltip

    fontFamily: string

    The font family for the text displayed in the tooltip

    fontSize: number

    The size of the font displayed in the tooltip

    fontWeight: number

    The font weight for the text displayed in the tooltip

    paddingBottom: number
    paddingLeft: number
    paddingRight: number
    paddingTop: number
    visible: boolean

    Visibility of the tooltip when the mouse hovers over a data series or point.