vega-functions

v5.2.0
Custom functions for the Vega expression language.
vega expression functions

test

tape 'test/**/*-test.js' && eslint index.js src test

build

yarn rollup

rollup

rollup -g d3-array:d3,d3-color:d3,d3-format:d3,d3-geo:d3,d3-time-format:d3,vega-dataflow:vega,vega-expression:vega,vega-scale:vega,vega-scenegraph:vega,vega-selections:vega,vega-statistics:vega,vega-util:vega -f umd -n vega -o build/vega-functions.js -- index.js

pretest

yarn prebuild && yarn rollup

prebuild

rimraf build && mkdir build

postbuild

terser build/vega-functions.js -c -m -o build/vega-functions.min.js

postpublish

git push && git push --tags

prepublishOnly

yarn test && yarn build

Metadata

Downloads

Maintainers