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/07/15 03:46:24 UTC

[GitHub] [echarts] echarts-bot[bot] commented on issue #17386: [Bug] 折柱混合,折线图开启areaStyle渐变 连续报错!!!!

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

   @superXuJm 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] Mixed columns, line chart open areaStyle gradient continuous error reporting!!!!
   
   **BODY**
   
   ### Version
   
   5.3.0~5.3.3
   
   ### Link to Minimal Reproduction
   
   _No response_
   
   ### Steps to Reproduce
   
   Tests conducted directly on your website, bugs only after 5.3.0
   ![image](https://user-images.githubusercontent.com/41094982/179145922-6ff10c16-5631-4419-9cb2-eaf2c0cf083e.png)
   
   ### Current Behavior
   
   areaStyle: {
           opacity: 0.8,
           color: new echarts.graphic.LinearGradient(0, 0, 0, 1, [
             {
               offset: 0,
               color: 'rgb(255, 191, 0)'
             },
             {
               offset: 1,
               color: 'rgb(224, 62, 76)'
             }
           ])
         },
   
   ### Expected Behavior
   
   Speed update bar affect the visual effects, upgrade the version with new features, resulting in new bugs!!!!
   
   ### Environment
   
   ```markdown
   - OS:X
   - Browser:X
   - Framework:X
   ```
   
   ### Any additional comments?
   
   XXX
   </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