We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f6acec commit b8ea0b8Copy full SHA for b8ea0b8
src/echarts.js
@@ -75,7 +75,6 @@ export default function install({use, utils, registerNodeType, BaseSprite}) {
75
const width = w / 2;
76
const height = h / 2;
77
this.chart.resize({width, height});
78
- console.log('resize');
79
}
80
drawingContext.drawImage(canvas, 0, 0, w, h);
81
0 commit comments