-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
It looks like wave has a problem with displaying the first point in channel history. Prior to the latest jmyapi update, if you request a time span that included the prior point which happened to be the first point in the channel history, you would get null as the data value. Afterwards you get the actual value. If there is no prior data point, and the first data point fall in the requested time span, then you get the value of the first point before the first point happens. Since it's broken for both versions, should push ahead with deploying the new myquery version?
I think the problem is related to this line of code in viewer.js
Here are some links that show the behavior in question.