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

   ### Version
   
   5.4.3
   
   ### Link to Minimal Reproduction
   
   https://echarts.apache.org/examples/zh/editor.html?c=gauge-speed
   
   ### Steps to Reproduce
   
   option = {
     series: [
       {
         type: 'gauge',
         progress: {
           show: true,
           width: 18
         },
         axisLine: {
           lineStyle: {
             width: 18
           }
         },
         axisTick: {
           show: false
         },
         splitLine: {
           length: 15,
           lineStyle: {
             width: 2,
             color: '#999'
           }
         },
         axisLabel: {
           distance: 25,
           color: '#999',
           fontSize: 20
         },
         anchor: {
           show: true,
           showAbove: true,
           size: 25,
           itemStyle: {
             borderWidth: 10
           }
         },
         title: {
           show: false
         },
         detail: {
           valueAnimation: true,
           fontSize: 80,
           offsetCenter: [0, '70%']
         },
         data: [
           {
             value: 70,
             itemStyle: {
               color: {
                 type: 'linear',
                 x: 0,
                 y: 0,
                 x1: 0.4,
                 y1: 0.4,
                 colorStops: [
                   {
                     offset: 0,
                     color: `rgba(0,234,255,0.1)`
                   },
                   {
                     offset: 0.5,
                     color: `rgba(0,234,255,0.4)`
                   },
                   {
                     offset: 1,
                     color: `rgba(0,234,255,1)`
                   }
                 ],
                 globalCoord: false
               }
             }
           }
         ]
       }
     ]
   };
   
   ### Current Behavior
   
   1. enter the mouse into the canvas then move out
   
![image](https://github.com/apache/echarts/assets/126853059/8b5c7899-8519-48a0-832a-ee9495f35227)
   
   2. the color cannot recover into initial state
   
![image](https://github.com/apache/echarts/assets/126853059/3448bcce-dc99-460f-8481-f32708828c91)
   
   
   
   ### Expected Behavior
   
   1. it appears correctly in 5.2.2 but not higher than 5.3.0
   
![image](https://github.com/apache/echarts/assets/126853059/1a764815-3ed8-4f99-b3e8-f60f22887e85)
   
   
   ### Environment
   
   ```markdown
   - OS:
   - Browser:
   - 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