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

    Interface GaugeSegment

    게이지 구간 한 칸을 설명하는 설정입니다.

    interface GaugeSegment {
        color: string;
        from: number;
        label?: string;
        to: number;
    }
    Index

    Properties

    Properties

    color: string

    구간 색상입니다.

    from: number

    구간 시작값입니다.

    label?: string

    선택 라벨입니다.

    to: number

    구간 종료값입니다.