Making a button show/hide a graph

So, I have an action button that shows a graph, but I would like it to hide the graph when clicked again, alternating between show and hide. Is there any way to do that? Its on slide 11 of the attached presentation

Thanks so much! This is a really great forum.

p= numericValue("\mod(${buttonName.pressCount},2)")
hidden: p=0

You can do something similar in the button CL to change its label.

1 Like