I have a bar chart with line state names. What i want to do is allow the user to click onto a specific bar which would open up a popup window and show how that specific line state duration is split into different shifts
Now when i hover my mouse over the bar graph the tool tip shows me the line state name as you can see in the image. Is there a way to store this variable?
If so i can do a ‘mouseclicked’ action where i pass this variable as a parameter into the custom property of the popup window.
Then i can run a new script/query where i can use this custom property to filter for this specific line state name and split the line state duration by shift
Is this possible or is there a different way to ‘drill’ down into a graph?