OPEN_GRID API - v1.5.2
    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.

    値の列の field 名。

    值列的 field 名。

    name?: string

    범례 라벨(기본 = 컬럼 header/field).

    Legend label (default = column header/field).

    凡例のラベル(既定 = 列の header/field)。

    图例标签(默认 = 列的 header/field)。

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

    색 외 구분 패턴.

    Non-color distinction pattern.

    色以外の区別パターン。

    颜色之外的区分图案。

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

    시리즈별 렌더 타입(혼합 차트).

    Per-series render type (mixed charts).

    シリーズごとのレンダータイプ(混合チャート)。

    每个系列的渲染类型(混合图表)。