[Plot] Spec for plot updater

Spec for plot updater, added for WTD-751.
This commit is contained in:
Victor Woeltjen
2015-02-02 18:14:08 -08:00
parent 2ea4e7a47a
commit ed0e0709c5
3 changed files with 115 additions and 2 deletions

View File

@ -63,8 +63,8 @@ define(
var id = obj.getId(),
index = lengths[id] || 0,
buffer = buffers[id],
domainValue = subscription.getDomainValue(obj),
rangeValue = subscription.getRangeValue(obj);
domainValue = subscription.getDomainValue(obj, domain),
rangeValue = subscription.getRangeValue(obj, range);
// If we don't already have a data buffer for that ID,
// make one.