I'm looking to reverse the axis on this graph, but keep the visualization the same. I can't find a way to do this, because chart overlay seems to only use a line. Is it possible to force chart overlay to use something besides a line?
Hope this helps:
1) Overlay seems to be line always
2) How far away from the edge an overlay will be dependent on:
What is the expected output when you mention I'm looking to reverse the axis on this graph, but keep the visualization the same.
try partial=f on your timechart like this
your search here |timechart partial=f count by whatever
Thank you. Result was no different.
Hmmm, I guessing gokadroid is correct. It appears to be the width of the columns that is shorting the lines in the overlay. What happens if you select other types of graphs for the primary (column)?
Hope this helps:
1) Overlay seems to be line always
2) How far away from the edge an overlay will be dependent on:
What is the expected output when you mention I'm looking to reverse the axis on this graph, but keep the visualization the same.
Point 2 does not help, but does makes sense. Thank you. To answer your question, the duration axis would be on the left, but still represented by lines, and the Volume axis would be on the right, and still represented by columns.