diff --git a/src/core/echarts.ts b/src/core/echarts.ts index 190e385634..23f8e16a02 100644 --- a/src/core/echarts.ts +++ b/src/core/echarts.ts @@ -767,10 +767,6 @@ class ECharts extends Eventful { * Get svg data url */ getSvgDataURL(): string { - if (!env.svgSupported) { - return; - } - const zr = this._zr; const list = zr.storage.getDisplayList(); // Stop animations