提交 0f2445d6 编写于 作者: O Ovilia

Merge branch 'master' of github.com:ecomfe/echarts

......@@ -155,7 +155,7 @@ symbolProto.setZ = function (zlevel, z) {
symbolProto.setDraggable = function (draggable) {
var symbolPath = this.childAt(0);
symbolPath.draggable = draggable;
symbolPath.cursor = draggable ? 'move' : 'pointer';
symbolPath.cursor = draggable ? 'move' : symbolPath.cursor;
};
/**
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册