Good day,
How can I set `Municipality` on the `x-axis` and `Area` on the `y-axis` on a Dashboard `serial chart` (bar plot)?
The data is a hosted MS-Excel (.xlsx) table in a `webmap`.
PS it would be helpful to simplify the arguments/options under `Data` in serial chart like simply asking the user about the `x` and `y` axis variables and whether they want a grouping variable or not. Right now it feels overly complicated.
Desired output:
Solved! Go to Solution.
Changing the `orientation` to vertical fixes the issue.
There should be settings for the category and value axes (literal translation from German, no idea what they are actually called in English) which have a title attribute:
@JohannesLindner , sorry, I did not mean naming the axes titles, but rather setting the `Municipality` and `Area` variables for the x and y-axis respectively.
Changing the `orientation` to vertical fixes the issue.