Vega and Vega-Lite visualisation grammars - Wikipedia
Vega and Vega-Lite are visualization tools implementing a grammar of graphics, similar to ggplot2. The Vega and Vega-Lite grammars extend Leland Wilkinson's Grammar of Graphics[2] by adding a novel grammar of interactivity to assist in the exploration of complex datasets.
A High-Level Grammar of Interactive Graphics | Vega-Lite @GitHub
{ "data": {"url": "data/seattle-weather.csv"}, "mark": "bar", "encoding": { "x": { "timeUnit": "month", "field": "date", "type": "ordinal" }, "y": { "aggregate": "mean", "field": "precipitation" } } }
alternatives
No comments:
Post a Comment