Sciweavers

TVCG
2010

Declarative Language Design for Interactive Visualization

13 years 2 months ago
Declarative Language Design for Interactive Visualization
Abstract—We investigate the design of declarative, domain-specific languages for constructing interactive visualizations. By separating specification from execution, declarative languages can simplify development, enable unobtrusive optimization, and support retargeting across platforms. We describe the design of the Protovis specification language and its implementation within an object-oriented, statically-typed programming language (Java). We demonstrate how to support rich visualizations without requiring a toolkit-specific data model and extend Protovis to enable declarative specification of animated transitions. To support cross-platform deployment, we introduce rendering and event-handling infrastructures decoupled from the runtime platform, letting designers retarget visualization specifications (e.g., from desktop to mobile phone) with reduced effort. We also explore optimizations such as runtime compilation of visualization specifications, parallelized execution, and...
Jeffrey Heer, Michael Bostock
Added 31 Jan 2011
Updated 31 Jan 2011
Type Journal
Year 2010
Where TVCG
Authors Jeffrey Heer, Michael Bostock
Comments (0)