Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi
I'm trying to add a reference line to my graph attached.
I really can't fully understand what is going on but at the moment it only works on 14:24.
I think because 14:24 converted to number is a round number so when I create a dimension reference line with 0.6 it works. Any other number in the reference (even they match the number of another timestamp, like 0.59444 etc...) won't work. Maybe there's rounding going on. Not sure.
How can I add a dimension line at say 14:22:00
Ah that's frustrating - continuous axis doesn't allow rescaling of bars, makes them too thin and not readable for what I'm displaying. Any work around you could think of?
EDIT: All good I figured it out. I convert my dimension, the timestamp to a Text (i.e Text(datefield)). And then I can use a string in the dimension ref line field (.e.g. '14:19:00')
@johnnyjohn x axis reference line is available only for the continuous x axis. If you want to show the reference line, you need to show continuous x axis
Ah that's frustrating - continuous axis doesn't allow rescaling of bars, makes them too thin and not readable for what I'm displaying. Any work around you could think of?
EDIT: All good I figured it out. I convert my dimension, the timestamp to a Text (i.e Text(datefield)). And then I can use a string in the dimension ref line field (.e.g. '14:19:00')