I created a "graph builder" for our team. We often want to create graphs with different X-axis and Y-axis properties, so I created a question where the user can select the properties that is shown along each axis. The problem I'm running into is that by setting a series breakout
Metabase automatically detects the type of the data and labels the Y-axis automatically. But the X-axis label remains static.
I would like for the X-axis label to automatically update based on the filter selected. In this specific example I would like the X-axis label to have automatically updated to Tensile Modulus (MPa)
.
Is there anyway to do this? Whether via a clever SQL hack or through the UI?
The raw data looks something like this before I throw it into the plot.