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/09/10 02:16:58 UTC

[GitHub] [echarts] percy507 commented on issue #15701: labelLayout not works in production env (echarts v5.2)

percy507 commented on issue #15701:
URL: https://github.com/apache/echarts/issues/15701#issuecomment-916578916


   @pissang Sorry, it seems hard to provide a mini demo on codepen or codesandbox. Because problem happens in the production env.
   
   But there is a way. You can `git clone` my project to local and test it.
   
   ```bash
   git clone https://github.com/percy507/vite-react-bigScreen.git
   
   # then change echarts version to v5.2.0 in package.json
   
   npm i -d
   npm run dev         # local dev env
   npm run preview     # local production env (problems happens here)
   ```
   
   ![image](https://user-images.githubusercontent.com/18365078/132788324-2d2aab7a-0341-498e-afca-58f2ea088aaa.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