score:0

after beating my head against the table for a few hours it seems that this may just be the intended behavior of datalabels.

i managed to "solve" it pretty simply like this:

 profit = profit.replaceall("-","");

the negative can be added back in later using the formatter. in my case, i use a different data object when profit is negative, color it red, and change the "profit" heading to "loss". solved well enough!


Related Query

More Query from same tag