Currently, an axis has to be of type Categorical for it to be available in an Custom Expression with OVER()
- e.g., [Axis.X] - in a given visualization.
However, to add Line and Curves in the same visualization, the axis has to be Continuous.
Enabling axis to be used as a variable in Custom Expression regardless of axis type solves the issue.