// svg code for your icons var green_triangle = ` ` var red_triangle = ` ` var blue_triangles = ` ` // set icon var by attribute var icon = Decode($datapoint['Stable5'], 'Stabilizing', green_triangle, 'Destabilizing', red_triangle, 'Unchanged',blue_triangles, '', ) return { textColor: '', backgroundColor: '', separatorColor:'', selectionColor: '', selectionTextColor: '', attributes: { attribute1: 'icon', attribute2: '' } }