I formatted a quick filter to show only those issues that are Done/Resolved/Closed, so not to confuse results with WIP tickets. The resulting control chart, using the quick filter shows no issues, even though I have a number of issues in those statuses that have transitioned across the board during the period of time chosen for the control chart.
Here is my JQL:
project = WMD AND component = Microservices AND Status in (Closed, Done, Complete)