dalejung / id3

interactive d3
Apache License 2.0
4 stars 0 forks source link

add support for events #7

Open dalejung opened 11 years ago

dalejung commented 11 years ago

Conceptually an addition to plotting markers. Except there will be additional metadata with each point. Not entirely sure how the data should exist.

We could support a list of events, and have the event chart define x,y getters. On mouseover popup info from an info() getter.

Or have the data be a dataframe with x,y columns.