OPEN_GRID API - v1.3.1
    Preparing search index...

    Interface ChartSeriesSpec

    시리즈(컬럼) 명세. / Series (column) spec.

    interface ChartSeriesSpec {
        color?: string;
        field: string;
        name?: string;
        pattern?: "solid" | "hatch" | "dot" | "cross";
        type?: "area" | "bar" | "line";
    }
    Index

    Properties

    color?: string

    시리즈 색. / Series color.

    field: string

    값 컬럼 field 명. / Value column field name.

    name?: string

    범례 라벨(기본 = 컬럼 header/field). / Legend label (default = column header/field).

    pattern?: "solid" | "hatch" | "dot" | "cross"

    색 외 구분 패턴. / Non-color distinction pattern.

    type?: "area" | "bar" | "line"

    시리즈별 렌더 타입(혼합 차트). / Per-series render type (mixed charts).