Conditional Font Color_Axis Styling_Vizlib Combo Chart
I would like to set up dynamic font color for X axil. The purpose is to only show labels of month start days and hide the rest.
For example,
if(EffectiveDate = monthstart(EffectiveDate)’,Black(), White()). As the Chart has a white back ground, the non-month start days label will be not visible.