2: Series Visibility
What: Toggle the visibility of each series based on user selections.
When to Use: When there are multiple grains (zip, county, zip, state) or views that end users need to navigate and view.
Typical Use Cases:
Creating drill paths from region, to state, to county requires a unique series for each data type. As a user clicks on a region or selects other filter criteria in a dashboard, series visibility provides the mechanism for showing or hiding a series based on any criteria (selection, zoom level, values, etc).
When a single map has different views, series visibility can be utilized rather than inserting mutltiple maps into a dashboard. For example a single map could show sales by store, and then show top 100 customers. These two views are un-related, but could be toggled within the same map.
Turning on/off layers within the map for end users is a common map visualization technique where a control panel with checkboxes allows an end user to analyze and “mashup” different data sources with a common geographic dimension. |