提交 25465aa3 编写于 作者: 1 100pah

[gauge] Fix #4261 (pointer incorrect when clocewise is false)

上级 d705b69e
......@@ -269,10 +269,6 @@ define(function (require) {
var valueExtent = [+seriesModel.get('min'), +seriesModel.get('max')];
var angleExtent = [startAngle, endAngle];
if (!clockwise) {
angleExtent = angleExtent.reverse();
}
var data = seriesModel.getData();
var oldData = this._data;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册