Browse Source

update

master
zheng 6 years ago
parent
commit
79536dfd14
  1. 13
      src/com/fr/plugin/demo/demoWrapper.js

13
src/com/fr/plugin/demo/demoWrapper.js

@ -10,4 +10,17 @@ demoWrapper = ExtendedChart.extend({
chart.setOption(option);
},
_resize: function (chart) {
chart.resize();
},
_exportInit:function (dom, option) {
option.animation = false;
return this._init(dom, option);
},
_exportImage: function (chart) {
return chart.getConnectedDataURL({type: 'png'})
}
});
Loading…
Cancel
Save