(apply-aggregate vl-spec
{:keys [fld-name fld-alias grp-by-flds op]
:or {fld-alias (str fld-name "_agg")}})
Adds a vega aggregate element in the Vega-lite spec
Adds a vega aggregate element in the Vega-lite spec
(apply-filter vl-spec filter-clauses)
Applies filter on the Dataset in the Vega-lite spec
Applies filter on the Dataset in the Vega-lite spec
(do-calculation vl-spec {:keys [calc-str calc-fld-alias]})
Does a calculation on some fields in the data in the Vega-lite spec
Does a calculation on some fields in the data in the Vega-lite spec
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close