提交 804160d8 编写于 作者: S sushuang

Fix encode for hasValue.

上级 1f2b6f84
......@@ -45,10 +45,11 @@ export function summarizeDimensions(data) {
});
});
var dataDimsOnCoord = summary.dataDimsOnCoord = [];
coordDimMap.each(function (coordDim) {
var dataDimsOnCoord = [];
coordDimMap.each(function (v, coordDim) {
dataDimsOnCoord = dataDimsOnCoord.concat(encode[coordDim]);
});
summary.dataDimsOnCoord = dataDimsOnCoord;
var encodeLabel = encode.label;
if (encodeLabel && encodeLabel.length) {
......
......@@ -905,6 +905,7 @@
xAxisData.push('Class' + i);
if (i === 1) {
// Test null data.
data1.push(null);
}
else {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册