You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by ov...@apache.org on 2023/06/27 06:45:14 UTC

[echarts] branch ssr updated: fix(ssr): remove unnecessary code

This is an automated email from the ASF dual-hosted git repository.

ovilia pushed a commit to branch ssr
in repository https://gitbox.apache.org/repos/asf/echarts.git


The following commit(s) were added to refs/heads/ssr by this push:
     new 01df82a9e fix(ssr): remove unnecessary code
01df82a9e is described below

commit 01df82a9ed41ef6b26d73f4124bc75f3b2f9e1ad
Author: Ovilia <zw...@gmail.com>
AuthorDate: Tue Jun 27 14:44:52 2023 +0800

    fix(ssr): remove unnecessary code
---
 src/core/echarts.ts | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/src/core/echarts.ts b/src/core/echarts.ts
index e01e30ddc..75bd56561 100644
--- a/src/core/echarts.ts
+++ b/src/core/echarts.ts
@@ -2767,10 +2767,6 @@ export function getInstanceById(key: string): EChartsType | undefined {
     return instances[key];
 }
 
-export function registerSSRDataGetter() {
-
-}
-
 /**
  * Register theme
  */


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org
For additional commands, e-mail: commits-help@echarts.apache.org