Conditional Formatting the X-Axis labels
The idea is to conditionally format the X axis label, in this case , consider to be a Date.
So if the date falls on a Public Holiday or a Weekend , then we can conditionally format it by comparing it with the Public Holiday / Weekend flag present in our dataset.
Once identified , we can c...
STATUS
DETAILS
New