Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在您向下钻取的甜甜圈中,如果我向下钻取到子级别项目,则会过滤掉具有零值的项目。
是否可以将零值项保留在过滤器内容中?因为我必须将所有项目的 Year-to-day 值与上一个 year-to-day 值进行比较
谢谢和问候,电源
您应该像这里一样将设置设置filters.allowZeroValues为 true:
filters.allowZeroValues
http://jsfiddle.net/e7pajsdv/