marmelab / EventDrops

A time based / event series interactive visualization using d3.js
http://marmelab.com/EventDrops/
MIT License
1.24k stars 237 forks source link

Enhancement: Expose zoom to allow for programatically zooming #260

Open Busteren opened 5 years ago

Busteren commented 5 years ago

Enhancement:

Say you have two different EventDrops charts with the same start and end dates. How would the best possible way to connect these charts be? I am looking into modifying the source (and make a PR if I figure it out) in order to do so, as I couldn't find a good way to do this initially.

Have anyone done this? If so some help is greatly appreciated :)