Just discovered an error that causes wind direction to be N/A in the wind
compass, when assembling a packet from partial packets.

Pull, rebuild the client, redeploy.

-tk

On Mon, Jul 2, 2018 at 6:34 PM Thomas Keffer <[email protected]> wrote:

> Good.
>
> I guess we don't need connectNull any longer, as there are no nulls to
> connect.
>
> -tk
>
> On Mon, Jul 2, 2018 at 5:16 PM Andy Little <[email protected]> wrote:
>
>> that got it working
>>
>> On Mon, Jul 2, 2018 at 4:08 PM Thomas Keffer <[email protected]> wrote:
>>
>>> OK, give the latest commit a try.
>>>
>>> I'm not entirely happy with this fix because each plot can see a
>>> different set of data points. But, I think it will work out.
>>>
>>> -tk
>>>
>>> On Mon, Jul 2, 2018 at 9:03 AM Thomas Keffer <[email protected]> wrote:
>>>
>>>> I think this must be a limitation in the charting package, Recharts.
>>>>
>>>> The data in the plot lines contains a lot of missing data. That is, the
>>>> value is not null, it's just plain missing. I'm guessing that Recharts
>>>> won't connect lines across missing data --- only null values.
>>>>
>>>> A workaround is to filter out data points with missing data. Let me try
>>>> that.
>>>>
>>>> -tk
>>>>
>>>> On Mon, Jul 2, 2018 at 8:42 AM Andy <[email protected]> wrote:
>>>>
>>>>>
>>>>> Still the same behavior with latest commit.
>>>>>
>>>>>
>>>>>   animationDuration: 500,
>>>>>   connectNulls: true, // Connect null data values
>>>>>   dot: false,
>>>>>
>>>>>
>>>>>
>>>>>

Reply via email to