I'm trying to build a bar chart that displays Events per Year. Each year divided into 4 quarters. The problem arises in case that one, or more, quarter doesn't have any events in any year. In this case the legend key for this quarter doesn't appear.
For example, if no events took place in 1st quarter, then the legend show keys for 2nd, 3rd and 4th quarters only.
I need to make the legend always shows all keys, even if one, or more, doesn't have any values.
How can I accomplish this??
A similar question is here but the answer doesn't solve the problem.
Any help is appreciated.
Applying @alejandro answer, I get this result. The missing quarter, Quarter 3, is renamed to Series1 and located at the first place. Any suggestions?