100pah commented on code in PR #20226: URL: https://github.com/apache/echarts/pull/20226#discussion_r1712662077
########## src/model/Global.ts: ########## @@ -578,6 +580,10 @@ echarts.use([${seriesImportName}]);`); } } + getCustomRenderer(type: string) { + return getCustomSeries(type); + } + Review Comment: `ecModel.getCustomRenderer` doesn't seem to be necessary. `CustomView` can access `customSeriesRegister` and call `getCustomRenderer` directly. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org For additional commands, e-mail: commits-h...@echarts.apache.org