ChartDataOptions
차트 생성 옵션들.
Properties
field: string
(opens in a new tab)
row가 단일값일 때 필드 이름.
이 필드 이름 속성을 갖는 json 객체로 저장된다.
기본값은 'y'.
default :undefined
fields: Array
(opens in a new tab)<string
(opens in a new tab)>
배열로 row 값들이 지정될 때, 각 항목에 해당되는 필드 이름들.
이 이름들을 속성으로 갖는 json 객체로 저장된다.
기본값은 ['x', 'y', 'z'];
default :undefined