Skip to content

jeffemandel/vega_webworker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

vega_webworker

Demonstrates use of a web worker to generate events to control a Vega visualization

Vega has limited ability to update a signal based on a timer; these are limited to Number. A signal can be updated by an event posted to a DOM element such as window:

"on": [
  {
    "events": "window:myupdate",
    "update": "event.detail"
  }
]

This example demonstrates use of a web worker to generate these events

About

Demonstrates use of a web worker to generate events to control a Vega visualization

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages