Hi,

I want to browse time series data together with different facets, so I
guess using the Timeplot widget inside Exhibit would be the right
option. However, I couldn't figure out how to add event, or display
different data series in one plot, like
http://www.simile-widgets.org/timeplot/examples/immigration/index.html
displays both population and immigration data as well as events.

I've been looking at the Red Sox vs. Yankees example:
http://ryanlee.org/2008/03/rsy/rivalry.html
where I found only one data series could be set as pointValue:
 <div ex:role="view"
                ex:viewClass="Timeplot"
                ex:label="Winning Percentage"
                ex:seriesConnector=".subject"
                ex:pointTime=".year"
                ex:pointValue=".winningPercentage"
               ...
                >  </div>
the data file looks like:
                {       "uri" :               "http://simile.mit.edu/2008/03/
rsvy#Yankees1903",
                        "losses" :            "62",
                        "rank" :              "4",
                        "wins" :              "72",
                        "type" :              "Season",
                        "year" :              "1903",
                        "subject" :           "Yankees",
                        "label" :             "Yankees 1903",
                        "winningPercentage" : ".537",
                        "wonWorldSeries" :    "no"},

I didn't find a solution from documentation
http://www.simile-widgets.org/wiki/Exhibit/Timeplot_View . So if
anyone could shed some lights on how to configure multiple data
series, that'll be very helpful!

To summarize my questions:

1. How to display more than one data series in the same Timeplot
within Exhibit? e.g. Can it display both the "winningPercentage" and
"wins" of two teams in one plot?

2. How to add event to the Timeplot view within Exhibit? e.g. the
events in 
http://www.simile-widgets.org/timeplot/examples/immigration/index.html.

Thanks!

best,
Joyce

-- 
You received this message because you are subscribed to the Google Groups 
"SIMILE Widgets" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/simile-widgets?hl=en.

Reply via email to