SMART datagrid v.1 > Classes > ChartObject
Style Set which is used to draw chart component.
grid.setColumns([{
type: "chart",
chart: {
type: "bar",
plotArea: {
styles: {
background: "#080088ff"
}
}
...
}
},
...
]);