Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can I move the field name to the bottom of graph in Tableau?

I'm using Tableau 9.0.2 to generate graphs and I can't for the life of me figure out how to move (ideally drag, right?) the field name for my x-axis from the top to the bottom of the graph, by the units, where it should be.

I'm attaching a picture because it's probably the easiest way to make clear what I'm trying to do, given this is a question of positioning:

Tableau graph with field name "Iterations" at top of graph, not bottom

This Tableau graph has the field name "Iterations" at the top of the graph, not the bottom, where it should be. While this might not seem like a huge concern, it means that these graphs are not immediately exportable.

How can I move the label "Iterations" to the bottom of the graph, next to its axis?

The answer currently offered below allows for manual image modification within Tableau, which is unsatisfactory. It seems bizarre to me that the default, unchangeable behavior of Tableau goes against standard practice in graphing (labels next to labelled).

like image 948
Razi Shaban Avatar asked Sep 30 '15 03:09

Razi Shaban


1 Answers

If the goal is just to get the headers and the axis label in the same place, one alternative would be to move the headers to the top of the chart (as opposed to moving the axis label to the bottom).

Go to Analysis/Table Layout/Advanced... and uncheck the option "Show innermost level at bottom of view when there is a vertical axis". This will move your Iterations headers to the top of the chart, and now everything will be in the same place.

If that's not an acceptable alternative for you, here's the only (kind of unfortunate) solution I can think of:

  1. Place your worksheet in a dashboard.
  2. Right click the axis label and select Hide Field Labels for Columns.
  3. Create a text box with your desired axis label (in this case "Iterations") and place it below the chart. Your headers and your DIY, home-brewed, hacktastic axis label will now both be at the bottom.
like image 99
Andrew LaPrise Avatar answered Nov 09 '22 18:11

Andrew LaPrise