Hey y'all,
I wanna create a plot which uses unix time as key for the x-axis, but the ticks can be changed between time since start (relative time) and the current date + time (absolute time). My first intention was to make a bool which checks for each time and then set a ticker accordingly. I have set the relative time one's tickOrigin to the timestamp when the ticker was created. But apparently my understanding of tick origin is wrong. Can someone help me how this can be done?
Thanks in advance!