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/08/04 10:59:16 UTC

[GitHub] [echarts] echarts-bot[bot] commented on issue #17473: [Bug] 5.3.3版本使用主题文件出现警告信息

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

   @Liangism 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**
   
   [Bug] Warning message appears when using theme file in version 5.3.3
   
   **BODY**
   
   ### Version
   
   5.3.3
   
   ### Link to Minimal Reproduction
   
   _No response_
   
   ### Steps to Reproduce
   
   1. Install echarts using npm;
   2. Use the default options of the example;
   3. Introduced macarons, shiny theme;
   
   ### Current Behavior
   
   After importing the shiny theme file, a warning message appears in the console:
   
   > [ECharts] DEPRECATED: 'normal' hierarchy in iconStyle has been removed since 4.0. All style properties are configured in iconStyle directly now.
   It was found that it was caused by the toolbox configuration item in theme/shine.js, and macarons.js also had the same problem.
   ` toolbox: {
               iconStyle: {
                   normal: {
                       borderColor: '#06467c'
                   }
               }
           },`
   
   ### Expected Behavior
   
   Hope this warning doesn't appear :)
   
   ### 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