By default, when you wrap graphs using the Graph Builder, it seems to order the graphs by the value of the column you use for wrapping, and label them with the same column. I would instead like to either wrap the graphs by column A and order them by column B, or alternatively, wrap them by column B and label them by column A.
Ex:
Date, Name, [Data]
1/2/16, X-ray, [...]
2/5/16, Alpha, [...]
5/1/16, Bravo, [...]
If I choose to wrap them by name, the graphs appear in order Alpha, Bravo, X-ray, but I would want to order them by date. Or if I wrap them by date, they appear in the desired order, but the graph label is the date, when I want the label to be the name.
Are either of these functions available?