We have a goal of displaying a bar visualizing counts across counties, where some counties do not yet have data. In those cases, we don’t want them to be fully removed from the chart but would like them to be distinguished in a clear manner. One example of how we could do that would be to display the labels for those counties in a gray color. Is there currently a way to achieve some type of distinction like this (while the value still remaining as 0), and if not, is this on the Esri roadmap? Note I do see the “Treat null as category” option but it’s not providing what we’re looking for in this case.
The other option is to group the bars side by side for different years to portray when a year hasn’t been completed yet. The challenge is that we are already stacking the bars by a different variable, plus there will be >60 counties (which I think would cause the bars to be too squished if they were grouped by a 3rd variable, even if was possible).