You can see how the graph is flat during what I assume to be the CRIT period. Usually it fluctuates a little bit. This shows us that something is off there.
This issue happens because the graph only shows gaps for periods without performance data if the period is longer than 8460 seconds (141 minutes or 2h 21m). An example can be seen on your graph between about 14:00 and 17:00. This period was long enough to cause a gap.
The one starting at about 21:10 however was too short to have the graph display a gap.
If the service is critical for less than the 8460 seconds, say 30 minutes (1800 seconds) for example, the graph will fill the gap with a flat line between the last value before the outage and the first value after the outage.
From that thread:
CRE users can change the RRD heartbeat value of 8460 seconds inside the config file ~/etc/pnp4nagios/process_perfdata.cfg, CEE users would need to change it inside a python file of Checkmk: ~/lib/check_mk/base/cee/rrd.py (but this would be overwritten by updates).