SMART datagrid v.1 > Classes > SparkWinLossRenderer
The width of bar.
The relative value which will be displayed with bar among the widths taken up by one value in the whole data cell. It is specified by the value between 0 and 1.
Defaults to 0.8.
column.setRenderer({
type: "sparkWinLoss",
barWidth: 0.7,
belowHeight: 0.45,
belowColor: "#ffff0000",
baseValue: 2
});