SMART datagrid v1.4 > Classes > ChartObject
차트 구성 요소를 그리는데 사용되는 스타일셋.
grid.setColumns([{
type: "chart",
chart: {
type: "bar",
plotArea: {
styles: {
background: "#080088ff"
}
}
...
}
},
...
]);