I want to visually align the labels for "Cats" and "Apples" so that they appear on the same "line", and to do the same for "Dogs" and "Apples", rather than having the animal label appear in the middle of the list of fruit labels. Is this possible using graph hbar?
input str10(fruit animal) float value
"Apples" "Cats" 31.8
"Bananas" "Cats" 16.7
"Mangos" "Cats" 17.9
"Pears" "Cats" 18.1
"Apples" "Dogs" 1.6
"Bananas" "Dogs" 4.3
"Mangos" "Dogs" 4.4
end
graph hbar (asis) value, over(fruit) over(animal) nofill
Red arrows show where I want the animal label to be.

