SMART datagrid v.1 > Classes > SparkChartRenderer
The base value.
The value which will be the standard when select the color corresponding to the value of each field. If this value is NaN, the minimum value will become the base value.
Defaults to NaN.
column.setRenderer({
type: "sparkWinLoss",
belowHeight: 0.45,
belowColor: "#ffff0000",
baseValue: 2
});