juttle / juttle-viz

Juttle Visualization Library
Apache License 2.0
11 stars 4 forks source link

timechart renders nothing when a single point is missing the `valueField` #18

Open rlgomes opened 8 years ago

rlgomes commented 8 years ago

obviously it should more gracefully handle this situation and render whatever points contain the specified -valueField while warning about points missing the specified valueField.

rlgomes commented 8 years ago

Juttle that produces the issue:

( emit -limit 5  -every :500ms:
| put value=count();                                                                                                                                                    
emit -limit 5 -every :100ms:
) | view timechart