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:20 UTC

[GitHub] [echarts] superXuJm opened a new issue, #17386: [Bug] 折柱混合,折线图开启areaStyle渐变 连续报错!!!!

superXuJm opened a new issue, #17386:
URL: https://github.com/apache/echarts/issues/17386

   ### Version
   
   5.3.0~5.3.3
   
   ### Link to Minimal Reproduction
   
   _No response_
   
   ### Steps to Reproduce
   
   直接在你们官网的案例进行的测试,5.3.0之后才有的bug
   ![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
   
   速度更新吧 影响视觉效果,升级版本用新特性,结果出现新BUG!!!!
   
   ### Environment
   
   ```markdown
   - OS:X
   - Browser:X
   - Framework:X
   ```
   
   
   ### Any additional comments?
   
   XXX


-- 
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.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] plainheart closed issue #17386: [Bug] 折柱混合,折线图开启areaStyle渐变 连续报错!!!!

Posted by GitBox <gi...@apache.org>.
plainheart closed issue #17386: [Bug] 折柱混合,折线图开启areaStyle渐变 连续报错!!!!
URL: https://github.com/apache/echarts/issues/17386


-- 
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 #17386: [Bug] 折柱混合,折线图开启areaStyle渐变 连续报错!!!!

Posted by GitBox <gi...@apache.org>.
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


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

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

   有个颜色写法不规范,`rgb` 应是 `rgba`。


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