I ahve a bar chart that uses alternate states for a date comparison. Basically i have a bar that measure reload times, the user can then select another date from a calendar within a different alternate state and compare both reloads for the 2 dates selected, it looks like the below..
The blue bar is for the first date, the red bar is the comparison.
What i also want is to have some reload time details after the bars, i have added 2 other expressions with the details i want (reload time and finish time) but i can't get them both to appear against the appropriate bars. if i add 1 expression for the blue bar then i get the following..
which has put the details after the red bar which is wrong. if i add both expressions then the 2nd expression just overwrites the first and the first is lost.
Does anyone know how to get the details to show against the correct bar?