Timeline does indeed seem to be working now. The timeplot fix did the
trick. I get the following
errors in the timeplot repeatedly:
1. Uncaught TypeError: Cannot call method 'getClosestValidTime' of null
1.
Atimeplot-bundle.js:245<http://api.simile-widgets.org/timeplot/1.1/timeplot-bundle.js>
2.
Gtimeplot-bundle.js:234<http://api.simile-widgets.org/timeplot/1.1/timeplot-bundle.js>
3. A
I think this is the way that I implemented timeplot however.
My timeplots have 3 series each in them. I use them as follows:
<div ex:role="view" ex:label="Moisture Plot" ex:viewClass="Timeplot"
ex:seriesConnector=".Commodity" ex:pointTime=".Delivered" ex:pointValue="
.Moisture" ex:timeGeometry="timeGeometer" ex:valueGeometry="valueGeometer">
</div>
I think that I would have to break my data into several data sources to get
what I want.
If I don't filter to a single Commodity, I get pointTimes for every every
Commodity on
each Commodity.
I wonder if it would be worth it to examine making the timeplot work like
this instead of having
a separate dataSourse for each series?
--
You received this message because you are subscribed to the Google Groups
"SIMILE Widgets" group.
To view this discussion on the web visit
https://groups.google.com/d/msg/simile-widgets/-/1wDUvoUi6J4J.
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.