OH3 action: analyzer & actionAnalyzerItems on the same axis

Hi,
I basically created a widget, that show the temperature/humidity for each room in a list.
image

On click on one row (one room) I create a chart on the fly with:

action: analyzer
actionAnalyzerItems: =[props.compare_item , loop.item.name, 'Window_' + loop.item.name.split("_")[1]]

Thats chart shows me the temperature/humidity of the room vs the outside temperature/humidity and if/when/how long a window in that room was open.

Unfortunately, the items are sometimes shown on different axis. Thats makes comparing the two items and interpreting the chart pretty hard.
Is threre a way to force the chart to always use the same axis?