SMART datagrid v.1 > Classes > ChartObject
It specifies whether to display chart component.
Defaults to true.
grid.setColumns([{
type: "chart",
chart: {
type: "bar",
yAxes: {
visible: false
}
...
}
},
...
]);