Overview
Interactivity in data visualization is not a feature — it is a design decision with consequences. Every interaction added is a cognitive demand placed on the viewer. A visualization with 12 filter options, 3 drill-down levels, and hover tooltips on every element is not more powerful than a static chart — it is more confusing. The viewer spends their attention managing the interface instead of understanding the data.
Effective interactive visualization design starts with the interaction model: what questions can the viewer ask that a static chart cannot answer, and what is the minimum set of interactions required to answer them? Every interaction beyond that minimum is noise.
The Interactive Visualization Design Prompt generates a complete interaction specification: interaction model design, state management, event handling, performance constraints, and a usability protocol that tests whether the interactions help viewers find insights faster than a static alternative.
What you get: - Interaction model design (what questions interactivity enables) - Interaction inventory with priority ranking - State management specification - Event handling and transition design - Performance constraints and optimization strategy - Usability validation against static baseline
Built for: data visualization engineers, BI developers, and frontend data teams building interactive analytical tools.