Forum Discussion
circular hierarchy
- 7 years ago
If you have multiple columns in a chart to enable drill down there should be drill up/down arrows when the users hover over the chart. So one option would be to teach your users how to use these.
But you could do a similar thing with a button control. From the view menu turn on the bookmarks pane, then create a bookmark with your chart in it's initial state. Then add a button and set it's action property to link to the bookmark you just created. Then whenever your users click on the button the state of the page should return to state you saved when you created the bookmark.
If you have multiple columns in a chart to enable drill down there should be drill up/down arrows when the users hover over the chart. So one option would be to teach your users how to use these.
But you could do a similar thing with a button control. From the view menu turn on the bookmarks pane, then create a bookmark with your chart in it's initial state. Then add a button and set it's action property to link to the bookmark you just created. Then whenever your users click on the button the state of the page should return to state you saved when you created the bookmark.