1 repository
Declarative definitions of interactive selections triggered by user clicks or drags for filtering and zooming.
Distinguishing note: No candidate covers the declarative definition of selection parameters in chart specifications; all candidates focus on concrete UI interaction components.
Explore 1 awesome GitHub repository matching user interface & experience · Declarative Selection Parameters. Refine with filters or upvote what's useful.
Vega-Lite is a high-level declarative language for specifying interactive, multi-view visualizations. It compiles a concise JSON specification into a full Vega visualization, automatically inferring scales, axes, and legends from encoding declarations. The grammar-of-graphics encoding maps data fields to visual channels such as position, color, size, and shape, while a multi-view composition grammar enables layered, faceted, concatenated, and repeated layouts. Reactive parameter binding links named parameters to input widgets, selections, and expressions for dynamic updates. The project suppo
Vega-Lite defines data queries triggered by mouse clicks or drags to select discrete points or continuous ranges.