提交 4b9c03c8 编写于 作者: K kener

代码优化

上级 ffebc568
......@@ -134,10 +134,10 @@ var theme = {
bar: {
itemStyle: {
normal: {
barBorderRadius: 5
barBorderRadius: [5, 5, 0, 0]
},
emphasis: {
barBorderRadius: 5
barBorderRadius: [5, 5, 0, 0]
}
}
},
......
......@@ -1492,6 +1492,9 @@ define(function (require) {
this._isAlive = false;
this.zr.un(zrConfig.EVENT.MOUSEWHEEL, this._onmousewheel);
this.zr.un(zrConfig.EVENT.MOUSEDOWN, this._onmousedown);
this.messageCenter.unbind(
ecConfig.EVENT.ROAMCONTROLLER, this._onroamcontroller
);
}
};
......
......@@ -92,7 +92,7 @@ define(function (require) {
},
'china': {
getGeoJson: function (callback) {
require(['./geoJson/china_geo'], function (md){console.log(decode(md));
require(['./geoJson/china_geo'], function (md){
callback(decode(md));
});
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册