When building dashboards for our consumer users, for some visualizations, I would like to be able to provide one or more options that the user can easily choose between. As an example I may have a visualization that shows Class sales over time as a line chart. I want the user to be able to toggle between viewing Brand market share as a bar chart instead in that position of the dashboard. I know I can do this through iron python scripting, but the button for the consumer must be connected to the visualization, and I need an easier workflow than using scripts.
Having the ability to add an "action item" into a visualisation (as in a text area) would be nice. One could then use a bookmark to achieve the above.