Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I just wondered if there's a way to hide a slider that I only want to be used for one particular chart?
The chart is in a container and I would like to only show the slider bar when this particular chart has been selected.
Thanks for any help anyone can give me!
actually there is a way
there are two types pf container , single object , where for each object you use in the container
you get a tab
and then there is grid type where you can group objects to single tab
have a look at the attach example
what i used is a grid container and a chart
and put them inside a single object container
I do not believe there is a way of identifying which chart is active in the container to allow you to control visibility of the slider.
An alternative is to use actions on buttons/text objects to control visibility of the charts and slider as individual objects not part of a container.
As per my knowledge in container it is not possible
In layout condition we can achieved this on a particular chats
actually there is a way
there are two types pf container , single object , where for each object you use in the container
you get a tab
and then there is grid type where you can group objects to single tab
have a look at the attach example
what i used is a grid container and a chart
and put them inside a single object container
You can do a workaround for this,
Create a Minimized graph like object using text object and put an action inside it and that it should activate both graph and slider object upon clicking on it.
Use variables for this and put them at conditional under layout tab.
Thank you everyone, there are some good ideas to work around it, but Liron's suggestion has done exactly what I wanted to do! Thanks.
Thanks Liron, this has worked perfectly!
Kate