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/11/22 08:36:55 UTC

[GitHub] [echarts] ljianc opened a new issue, #17952: [Feature] 请问如何支持自定义绘图引擎

ljianc opened a new issue, #17952:
URL: https://github.com/apache/echarts/issues/17952

   ### What problem does this feature solve?
   
   希望在React Native上使用Echarts,(不嵌入webview) 。是否支持自定义绘图引擎?
   找到的绘图引擎如下:
   1 https://github.com/software-mansion/react-native-svg
   2 https://github.com/shopify/react-native-skia
   
   
   
   
   ### What does the proposed API look like?
   
   如果使用自定义引擎,需要从哪一块代码介入进去,以及实现思路和要点?


-- 
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.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


[GitHub] [echarts] Ovilia commented on issue #17952: [Feature] 请问如何支持自定义绘图引擎

Posted by GitBox <gi...@apache.org>.
Ovilia commented on issue #17952:
URL: https://github.com/apache/echarts/issues/17952#issuecomment-1324482062

   也可以参考[微信小程序 ECharts](https://github.com/ecomfe/echarts-for-weixin/blob/master/ec-canvas/wx-canvas.js),这个文件的作用是将微信小程序的非标 Canvas 接口适配到标准 Canvas 接口,然后在[这里](https://github.com/ecomfe/echarts-for-weixin/blob/master/ec-canvas/ec-canvas.js#L115)挂载到 ECharts。


-- 
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


[GitHub] [echarts] plainheart commented on issue #17952: [Feature] 请问如何支持自定义绘图引擎

Posted by GitBox <gi...@apache.org>.
plainheart commented on issue #17952:
URL: https://github.com/apache/echarts/issues/17952#issuecomment-1324399781

   可以参考 [zrender](https://github.com/ecomfe/zrender) 内置实现的 [SVG](https://github.com/ecomfe/zrender/blob/master/src/SVG) 和 [Canvas](https://github.com/ecomfe/zrender/blob/master/src/canvas) 渲染器。


-- 
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


[GitHub] [echarts] echarts-bot[bot] commented on issue #17952: [Feature] 请问如何支持自定义绘图引擎

Posted by GitBox <gi...@apache.org>.
echarts-bot[bot] commented on issue #17952:
URL: https://github.com/apache/echarts/issues/17952#issuecomment-1323296854

   @ljianc It seems you are not using English, I've helped translate the content automatically. To make your issue understood by more people and get helped, we'd like to suggest using English next time. 🤗
   <details><summary><b>TRANSLATED</b></summary><br>
   
   **TITLE**
   
   [Feature] How to support custom drawing engine
   
   **BODY**
   
   ### What problem does this feature solve?
   
   Want to use Echarts on React Native, (without embedding webview). Is a custom drawing engine supported?
   The following drawing engines were found:
   1 https://github.com/software-mansion/react-native-svg
   2 https://github.com/shopify/react-native-skia
   
   ### What does the proposed API look like?
   
   If you use a custom engine, which piece of code do you need to get into, as well as the idea and key points to implement?
   </details>


-- 
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


[GitHub] [echarts] ljianc closed issue #17952: [Feature] 请问如何支持自定义绘图引擎

Posted by GitBox <gi...@apache.org>.
ljianc closed issue #17952: [Feature] 请问如何支持自定义绘图引擎
URL: https://github.com/apache/echarts/issues/17952


-- 
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