diff --git a/node_modules/echarts/lib/core/echarts.js b/node_modules/echarts/lib/core/echarts.js index 7cbb01f..f17dce5 100644 --- a/node_modules/echarts/lib/core/echarts.js +++ b/node_modules/echarts/lib/core/echarts.js @@ -413,6 +413,7 @@ function (_super) { this.getZr().wakeUp(); } else { + console.error(this) prepare(this); updateMethods.update.call(this, null, updateParams); // Ensure zr refresh sychronously, and then pixel in canvas can be // fetched after `setOption`.