Hi, I am working on building a vizualisation that shows the amount of time a person has worked on tasks. I am able to create a vizualisation showing the total amount of time a person has spent on a task, but now I want to break down that total amount of time into the amount of time they have spent on each individual task, instead of the overall amount of time.
Here is the document that I'm working with, I want the yaxis to display the different components.value as sections, which will be the total of the timeRemaining. With the xaxis being the user field.
This is my index mapping.
And these are the visualization settings that I currently have that display the user, and the total timeRemaining, which I'm unsure how to switch into a vizualisation of the components.value totals.
Please let me know if there's anymore info that I can give to get this working. Any help or advice is appreciated. Thanks.