vis-timeline

v7.7.3
Create a fully customizable, interactive timeline with items and ranges.
vis visualization javascript chart linechart timeline graph

test

mocha --exit --require vis-dev-utils/babel-register

test-cov

nyc --reporter=lcov mocha --exit --require vis-dev-utils/babel-register

build

cpy --cwd=types --parents "**/*" "../declarations" && rollup --bundleConfigAsCjs --config rollup.build.js && rollup --bundleConfigAsCjs --config rollup.config.js

watch

rollup --bundleConfigAsCjs --watch --config rollup.config.js

generate-examples-index

npm run generate-examples-index:timeline && npm run generate-examples-index:graph2d

generate-examples-index:timeline

generate-examples-index --config generate-examples-index-timeline.json

generate-examples-index:graph2d

generate-examples-index --config generate-examples-index-graph2d.json

lint

eslint {lib,test}/**/*.{m,}{j,t}s{x,}

clean

rimraf --glob "{dist,esnext,peer,standalone,styles}/*"

contributors:update

git-authors-cli

preparepublish

npm run contributors:update

prepublishOnly

npm run contributors:update && npm run build

prepare

husky install
npm i vis-timeline

Metadata

Downloads