stz-chart-maker Documentation - v2.4.2
    Preparing search index...

    Interface ScatterPointHighlightStyle

    interface ScatterPointHighlightStyle {
        pointBackgroundColor?: string;
        pointBorderColor?: string;
        pointBorderWidth?: number;
        pointHoverRadius?: number;
        pointRadius?: number;
        pointStyle?: PointStyle;
    }
    Index

    Properties

    pointBackgroundColor?: string

    강조 대상 포인트의 배경색입니다.

    pointBorderColor?: string

    강조 대상 포인트의 테두리 색상입니다.

    pointBorderWidth?: number

    강조 대상 포인트의 테두리 두께입니다.

    pointHoverRadius?: number

    강조 대상 포인트의 hover 반지름입니다.

    pointRadius?: number

    강조 대상 포인트의 반지름입니다.

    pointStyle?: PointStyle

    강조 대상 포인트에 적용할 모양입니다. 이미지도 사용할 수 있습니다.