marmelab / EventDrops

A time based / event series interactive visualization using d3.js

Home Page:http://marmelab.com/EventDrops/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is it possible to dynamically add a single Drop to the timeline whenever needed?

asiby opened this issue · comments

This question is not about a bug. It's just that we need answers that we couldn't find in the documentation.

In a nutshell, we are trying to do two things:

  1. Adding a single event drop to the timeline.

  2. Once the event is added, we would like to programmatically scroll so that the current date and time is aligned with the right edge of the EventDrops view port.

For the moment, my main concern is the ability to add a single event.

Thanks for the great job.

The adding dynamically of a single event should have been fixed in #262