如何在Apache Zeppelin折线图上忽略丢失的数据点(没有键的值)?

时间:2017-10-02 16:31:49

标签: graph charts linechart apache-zeppelin

我正在尝试在Zeppelin中绘制一个基本折线图,将多个组合并为一个按键组(每组每组的结果数)。但是,某些日子可能会有或可能没有数据,如图所示:

A chart showing three trend lines for the last week of September. One trend line has data for every day on the chart; the two others have no data for one or two days. Instead of bypassing the days for which no data exist, these lines display a value of zero on those days, causing dips and recoveries that give the appearance of anomalous data.

所有记录都没有09/25的关键字段,因此甚至不显示日期。浅蓝色和橙色没有09/26的数据;浅蓝色没有09/29的数据。但由于深蓝色有09/26的数据,Zeppelin通过将它们归零当天“容纳”淡蓝色和橙色的缺失数据(对于其他图表中的null值也是如此,所以我希望不是答案)。这是不可取的,因为看起来我们拥有那些日子的数据,并且根本没有结果。我正在寻找一种在没有记录对应时忽略这些键的方法,类似于Excel的#N/A行为 - 所以橙色线将直接从09/24到09/27,而不是急剧下降复苏。我该怎么做呢?

1 个答案:

答案 0 :(得分:0)

这是折线图的硬编码行为问题,已在0.8.0快照中修复为ZEPPELIN-2252