I have two data series, showing the ranking of a number of factors before and after a vote.
I want to show how the position of each factor changes after the vote. So far, I have put on high-low lines, which links the relevant points clearly. However, I want them to be arrows, always pointing from one series to the other, regardless of whether it moves higher or lower.
At the moment, I can only add arrow heads in one direction (up or down).
Does anyone know a way of adding appropriate arrows?
My table is set out:
[TABLE="width: 30"]
<tbody>[TR]
[TD]Factor[/TD]
[TD]Pre-vote rank position[/TD]
[TD]Post-vote rank position[/TD]
[/TR]
[TR]
[TD]A[/TD]
[TD]1[/TD]
[TD]3[/TD]
[/TR]
[TR]
[TD]B[/TD]
[TD]5[/TD]
[TD]6[/TD]
[/TR]
[TR]
[TD]C[/TD]
[TD]7[/TD]
[TD]4[/TD]
[/TR]
[TR]
[TD]D[/TD]
[TD]10[/TD]
[TD]2[/TD]
[/TR]
</tbody>[/TABLE]
I want the arrows to always point from the pre-vote data set to the post-vote data set, regardless of whether it's an increase or decrease.
Any help very much appreciated.
Caitlin
I want to show how the position of each factor changes after the vote. So far, I have put on high-low lines, which links the relevant points clearly. However, I want them to be arrows, always pointing from one series to the other, regardless of whether it moves higher or lower.
At the moment, I can only add arrow heads in one direction (up or down).
Does anyone know a way of adding appropriate arrows?
My table is set out:
[TABLE="width: 30"]
<tbody>[TR]
[TD]Factor[/TD]
[TD]Pre-vote rank position[/TD]
[TD]Post-vote rank position[/TD]
[/TR]
[TR]
[TD]A[/TD]
[TD]1[/TD]
[TD]3[/TD]
[/TR]
[TR]
[TD]B[/TD]
[TD]5[/TD]
[TD]6[/TD]
[/TR]
[TR]
[TD]C[/TD]
[TD]7[/TD]
[TD]4[/TD]
[/TR]
[TR]
[TD]D[/TD]
[TD]10[/TD]
[TD]2[/TD]
[/TR]
</tbody>[/TABLE]
I want the arrows to always point from the pre-vote data set to the post-vote data set, regardless of whether it's an increase or decrease.
Any help very much appreciated.
Caitlin