I am new to using Tableau and I would like to create a stacked bar chart that contains multiple instances of the same data type. For instance, data of the form:
Offset: 0 10 20 30 40
Character: A A B A C
would yield a stacked bar chart with the color for 'A' from 0 to 20, 'B' for 20 to 30, 'A' for 30 through 40, and 'C' from 40 to some default terminating value.
Is this sort of thing possible with Tableau? Sorry if the answer to this is already well-documented, but I haven't been able to find it in any tutorials so far. Thanks.