提交 a352ee52 编写于 作者: S sushuang

Revert "Fix appendValues when no data"

This reverts commit 857ea346.
上级 857ea346
......@@ -483,12 +483,6 @@ listProto.appendValues = function (values, names) {
for (var i = 0; i < dimLen; i++) {
var dim = dimensions[i];
if (!rawExtent[dim]) {
rawExtent[dim] = getInitialExtent();
}
if (!storage[dim]) {
storage[dim] = [];
}
prepareChunks(storage, this._dimensionInfos[dim], chunkSize, originalChunkCount, end);
this._chunkCount = storage[dim].length;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册