maneetgoyal commented on issue #16202: URL: https://github.com/apache/echarts/issues/16202#issuecomment-1040132571
Was facing the same issue with aggregate plugin. Using `as` assertion to suppress the error for now. ```ts echarts.registerTransform(transformXYZ as ExternalDataTransform); ``` -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
