Practice vocabulary for describing interactive data visualization features including tooltips, drill-downs, filters, and responsive dashboards.
0 / 5 completed
1 / 5
A small pop-up that appears when a user hovers over a data point and shows additional details is called a _____.
A tooltip on hover is a core interactive element that displays contextual data without cluttering the main chart view.
2 / 5
The interaction pattern where clicking a summary chart opens a more detailed view is called a _____.
Drill-down allows users to navigate from a high-level summary to progressively more detailed data layers.
3 / 5
'Brushing and linking' in a dashboard means that _____.
Brushing and linking is a coordinated-view technique where a selection (brush) in one view automatically highlights related data across all linked views.
4 / 5
When a sidebar control lets users narrow which data is shown across all charts on a page, that control is called a _____.
A filter panel allows users to interactively subset the data, and when wired correctly it updates all charts on the dashboard simultaneously.
5 / 5
A dashboard described as 'responsive to mobile' means it _____.
A responsive dashboard uses flexible layouts (CSS grid, media queries) so that charts reflow and resize gracefully on mobile devices.