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/04/09 14:11:58 UTC

[GitHub] [echarts] echarts-bot[bot] commented on issue #16858: [Question] How to import forked echart / 如何import自己修改后的echart

echarts-bot[bot] commented on issue #16858:
URL: https://github.com/apache/echarts/issues/16858#issuecomment-1094040550

   @hjyssg 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**
   
   [Question] How to import forked echart / How to import my modified echart
   
   **BODY**
   
   ### Version
   
   5.2.2
   
   ### Link to Minimal Reproduction
   
   _No response_
   
   ### Steps to Reproduce
   
   TBD
   
   ### Current Behavior
   
   So far, I use the standard way that load from node_modules.
   So far, I've used standard import
   
   ```
      import echarts from 'echarts'
   ```
   
   Due to the my project requiremtn, I have to modify some tree layout source code and build my own echart.
   I am having difficult to import. 
   Project requirements, need to modify some echart internal layout algorithm. Then build yourself.
   I'm not quite sure how import finished the version at the end.
   
   I tried three way, all failed.
   I tried three methods and none of them succeeded
   
   * import echart/dist folder
   * import echart folder
   * import echart.min.js
   
   ### Expected Behavior
   
   Could someone tell the recommend to import forked echarts?
   Can anyone tell me how to import a custom version of echart?
   
   Thank you very much.
   Thank you so much
   
   ### Environment
   
   ```markdown
   - OS:
   - Browser:
   - Framework:
   ```
   
   ### Any additional comments?
   
   _No response_
   </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