Is it possible to send a formatter ? In fact I would like to apply a formatter
after the value is analysed. I tried something
but it doesn't work, how can I do ?

if (value > 5 ) return {styleName:'myStyleName',formatter:myFormatter};