SeriesColumn
하나 이상의 데이터 값을 동시에 표시하는 컬럼
Signature:
export interface SeriesColumn extends ValueColumn Extends: ValueColumn
Remarks
fieldName 대신에 fieldNames 라는 속성이 있다.
type 속성에 'series' 를 설정하면 적용된다.
ValueColumn 을 상속한다.
[상위 클래스]
Example
let column = {
"name": "sparkCol",
"type": "series",
"fieldNames": "201901..201909",
"width": 150,
"renderer": {
"type": "sparkcolumn"
},
"header": {
"text": "Spark Column"
}
}Properties
| Property | Type | Description |
|---|---|---|
| actualTarget | boolean | actual, target 순서로 표시 유무 |
| fieldNames | string | 설정된 필드명들 |
| type | "series" | 컬럼의 type |
Properties Desc
actualTarget
actual, target 순서로 표시 유무
Type - boolean
fieldNames
설정된 필드명들
Type - string
type
컬럼의 type
Type - "series"