obfuscurity/tasseo

Option to display NaN (no data) instead of padding data

Closed this issue · 4 comments

Tasseo was originally designed to pad nulls with the "last known value" instead of displaying gaps. Some users would prefer to see the nulls for accuracy's sake, as well as identifying gaps in the metric feed.

/cc @dpiddy

@dpiddy Can you try this branch out with var padnulls = false; in your dashboard.js?

danp commented

Here's what I'm seeing for two metrics, one that does exist and has data and one that doesn't:

Can you gist me the actual data so I can see the difference?

Reviewed data with @dpiddy. The screenshot above demonstrates padnulls disabled. The chart on the left has partial nulls while the one actually has zeroes.

The branch looks good to me. Merging in with master today.