You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by GitBox <gi...@apache.org> on 2022/02/15 10:57:03 UTC

[GitHub] [echarts] maneetgoyal commented on issue #16202: [Bug] typescript 使用散点图(指数回归) echarts-stat的transform不可用

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: commits-unsubscribe@echarts.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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