vega-tooltip

v0.34.0
A tooltip plugin for Vega-Lite and Vega visualizations.
vega-lite vega tooltip

prebuild

yarn clean && yarn build:style

build

rollup -c

build:style

./build-style.sh

clean

rimraf build && rimraf src/style.ts

copy:data

rsync -r node_modules/vega-datasets/data/* examples/data

copy:build

rsync -r build/* examples/build

deploy:gh

yarn build && yarn copy:build && gh-pages -d examples && yarn clean

prepublishOnly

yarn clean && yarn build

preversion

yarn lint && yarn test

serve

browser-sync start -s -f build examples --serveStatic examples

start

yarn build && concurrently --kill-others -n Server,Rollup 'yarn serve' 'rollup -c -w'

pretest

yarn build:style

test

jest

test:inspect

node --inspect-brk ./node_modules/.bin/jest --runInBand

prepare

yarn copy:data

prettierbase

prettier '*.{css,scss,html}'

format

eslint . --fix && yarn prettierbase --write

lint

eslint . && yarn prettierbase --check

release

release-it
npm i vega-tooltip

Metadata

Downloads