Dynamic change color of dim values text in vizlib combo chart
Hi All. I would appreciate any hint regarding the topic below. I have a vizlib combochart object and want to highlight with an alternate color, dim value whet it is a "WINGS".
While trying to achieve the result, get this I applied expression =If(Match(Only({<Segment=>} Segment),'WINGS'), Red(), Black()) to font color settings. But it does not work.