Jan
30
Placing Multiple Labels in Trellis Chart
Sharon left a message in my last post on Labeling Trellis Chart Anywhere asking whether we can have one label on the left and another on the right per trellis chart cell in Tableau. Yes we can. Below we will show how to place multiple labels within a trellis cell.
Label's Horizontal Positions
Assume our data is a time series and the horizontal dimension is Date. Then here are a few examples.
Label on the left is defined by First()=0.Label on the right is defined by Last()=0.Label in the center is defined by Index()=Int(Size()/2)
Here are some of the labels we use in the above trellis chart:
In the label editor, we compose the labels. Both the left label and right labels are placed on the first row. Depending on horizontal positions, some labels are on when the others are off.
Label's Horizontal Positions
Assume our data is a time series and the horizontal dimension is Date. Then here are a few examples.
Label on the left is defined by First()=0.Label on the right is defined by Last()=0.Label in the center is defined by Index()=Int(Size()/2)
Here are some of the labels we use in the above trellis chart:
In the label editor, we compose the labels. Both the left label and right labels are placed on the first row. Depending on horizontal positions, some labels are on when the others are off.