Skip to content

Commit

Permalink
fix(ssr): remove unnecessary code
Browse files Browse the repository at this point in the history
  • Loading branch information
Ovilia committed Jun 27, 2023
1 parent c8ba77c commit 01df82a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/core/echarts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2767,10 +2767,6 @@ export function getInstanceById(key: string): EChartsType | undefined {
return instances[key];
}

export function registerSSRDataGetter() {

}

/**
* Register theme
*/
Expand Down

0 comments on commit 01df82a

Please sign in to comment.