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 2021/02/23 08:08:42 UTC

[GitHub] [echarts] wellwong opened a new issue #14321: pie

wellwong opened a new issue #14321:
URL: https://github.com/apache/echarts/issues/14321


   ### Version
   5.0.2
   
   ### Steps to reproduce
   正常引用
   
   ### What is expected?
   正常引用
   
   ### What is actually happening?
   electron引入报Cannot create property 'event' on string 'pieToggleSelect'
   
   <!-- This issue is generated by echarts-issue-helper. DO NOT REMOVE -->
   <!-- This issue is in English. DO NOT REMOVE -->


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

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 #14321: pie

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


   Hi! We've received your issue and please be patient to get responded. 🎉
   The average response time is expected to be within one day for weekdays.
   
   In the meanwhile, please make sure that **you have posted enough image to demo your request**. You may also check out the [API](http://echarts.apache.org/api.html) and [chart option](http://echarts.apache.org/option.html) to get the answer.
   
   If you don't get helped for a long time (over a week) or have an urgent question to ask, you may also send an email to dev@echarts.apache.org. Please attach the issue link if it's a technical question.
   
   If you are interested in the project, you may also subscribe our [mailing list](https://echarts.apache.org/en/maillist.html).
   
   Have a nice day! 🍵


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

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] wellwong commented on issue #14321: pie

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


   An error is reported when the electronic project is packaged: cannot create property 'event' on string 'pietoggleselect'; normal operation is OK, and an error will be reported after packaging
   ![7b80fb9e057e7e73bc3f74be4b40ae6](https://user-images.githubusercontent.com/17003713/109016354-11a2a600-76f1-11eb-9666-e958da51d6c4.png)
   ![fb7e602cd2c8ca4e7b46d700618ad0d](https://user-images.githubusercontent.com/17003713/109016436-25e6a300-76f1-11eb-835f-ade499577880.png)
   
   


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

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] sg552 commented on issue #14321: pie

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


   I have the same problem. 
   
   Met his error when packaging a electron-vue project.
   
   In development , it's OK.  in production mode, this error occurs.


-- 
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] sg552 commented on issue #14321: pie

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


   OK, I solved the problem.  
   
   By experience, this messages shows when node can NOT find some module. 
   
   The root cause in my case is the `dependency` and `devDependency`, node can not find this module. 
   
   previously,  I put the `echarts` to the `devDependency` segment, so it got error when built package for production.
   so we move it to `dependency` segement, looks like: 
   
   
   ```
   // package.json 
   "dependencies": {
       "echarts": "^5.1.2",
       ...
   }
   ```
   
   then everything is OK .    
   
   also thanks to @xuzhonglin 
   


-- 
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] xuzhonglin commented on issue #14321: pie

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


   降级到4 就可以


-- 
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] xuzhonglin commented on issue #14321: pie

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


   I have the same problem


-- 
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] xuzhonglin commented on issue #14321: pie

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


   我降级到4.9.0
   ![image](https://user-images.githubusercontent.com/19318201/127984348-936d9fe1-07f7-4350-bcbf-ea9b4d2b3265.png)
   


-- 
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] sg552 commented on issue #14321: pie

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


   > 
   > 
   > An error is reported when the electronic project is packaged: cannot create property 'event' on string 'pietoggleselect'; normal operation is OK, and an error will be reported after packaging
   > ![7b80fb9e057e7e73bc3f74be4b40ae6](https://user-images.githubusercontent.com/17003713/109016354-11a2a600-76f1-11eb-9666-e958da51d6c4.png)
   > ![fb7e602cd2c8ca4e7b46d700618ad0d](https://user-images.githubusercontent.com/17003713/109016436-25e6a300-76f1-11eb-835f-ade499577880.png)
   
   兄弟,这个你是如何解决的? 谢谢


-- 
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] sg552 commented on issue #14321: pie

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


   哈哈,太感谢了!  666 ! 


-- 
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 #14321: pie

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


   @wellwong Please provide a demo for the issue either with https://codepen.io/Ovilia/pen/dyYWXWM , https://www.makeapie.com/editor.html or https://codesandbox.io/s/mystifying-bash-2uthz.


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

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] sg552 commented on issue #14321: pie

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


   回复太速度了!  具体的版本号是多少呢?  


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