Unable to update two graphs with interval callback

Hi, i am quite new with dash and have only written small amounts of python before. Working on a small project where we have multiple sensors connected to a raspberry. Using only one graph it works fine, but i am strugeling to make the interval callback work with multiple outputs/graphs. When running both graphs show up as empty. At one point i was able to update one of the graphs but the other one was still blank.

The code is as follows (i was unable to copy paste the entire code here):
https://pastebin.com/RUV5Aw1a

(edit)
Saw one of the first errors was in the plotly.graph…
where someone in my group had named the xy values qr

I managed to solve this after a bit of troubleshooting. In the way to many lines of debugtext trying to explain the properties in dash i found the stacktrace which pointed me here:
Saw one of the first errors was in the plotly.graph…
where someone in my group had named the xy values qr

which was actually the entire problem