提交 464d02ab 编写于 作者: K kener

dataRange多颜色bug fixed

上级 9f7d5e73
......@@ -496,7 +496,6 @@ define(function (require) {
ondrift : _ondrift,
ondragend : _ondragend
};
self.shapeList.push(_startShape);
self.shapeList.push(_endShape);
}
......@@ -1068,6 +1067,7 @@ define(function (require) {
(splitNumber - dataRangeOption.color.length)
/ (dataRangeOption.color.length - 1) + 1
);
_colorList = _colorList.slice(0, splitNumber);
//console.log(_colorList.length)
if (dataRangeOption.precision === 0) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册