Hi,
I have the following bar Graph and want to exclude the bars in 2016,2018 and 2021 which are zero and therefore no bar is shown. How do I do that?

I have the following bar Graph and want to exclude the bars in 2016,2018 and 2021 which are zero and therefore no bar is shown. How do I do that?
Code:
graph bar Total_exposure Total_domestic_exposure, over(Country_Code, sort(1) descending) over(ST_Year)
Comment