leon123-cloud opened a new issue, #20167:
URL: https://github.com/apache/echarts/issues/20167

   ### Version
   
   5.5.1
   
   ### Link to Minimal Reproduction
   
   https://echarts.apache.org/examples/zh/editor.html?c=bar-drilldown
   
   ### Steps to Reproduce
   
   将如下代码复制到series中的data下,包括下钻的data
   itemStyle: {
             normal: {
               color: new echarts.graphic.LinearGradient(0, 0, 0, 1, [
                 {
                   offset: 0,
                   color: 'rgba(16,99,161,1)'
                 },
                 {
                   offset: 1,
                   color: 'rgba(206,225,240,1)'
                 }
               ]),
               barBorderRadius: [3, 3, 0, 0]
             }
           }
   
   ### Current Behavior
   
   series中开启了
    universalTransition: {
         enabled: true,
         divideShape: 'clone'
       }
   柱子颜色设置为渐变色后点击下钻再点击back后当前柱子颜色消失
   1,不开启universalTransition,使用渐变色不会出现上述问题
   2,不使用渐变色,开启universalTransition,不会出现上述问题
   3,开启universalTransition,使用渐变色,就会出现颜色消失问题
   
   ### Expected Behavior
   
   使用渐变色开启下钻动画,不会出现颜色消失问题
   
   ### Environment
   
   ```markdown
   - OS:windows
   - Browser:edge,chrome
   - Framework:
   ```
   
   
   ### Any additional comments?
   
   _No response_


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to