提交 f6aad591 编写于 作者: L lang

Step not support polar

上级 1e474777
// FIXME step not support polar
define(function(require) {
'use strict';
......@@ -269,7 +270,8 @@ define(function(require) {
group.add(lineGroup);
var step = seriesModel.get('step');
// FIXME step not support polar
var step = !isCoordSysPolar && seriesModel.get('step');
// Initialization animation or coordinate system changed
if (
!(polyline && prevCoordSys.type === coordSys.type && step === this._step)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册