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

   ### Version
   
   5.3.2
   
   ### Link to Minimal Reproduction
   
   none
   
   ### Steps to Reproduce
   
               markArea: {
      
                 data: [
                   [
                     {
                       name: "受理服务",
                       xAxis: "普通电话受理",
                       itemStyle: {
                         color:"rgba(1, 151, 255, 0.4)"
                       },
                       label: {
                         backgroundColor: "#0197FF",
                         color: "white",
                         borderColor: "#0197FF",
                         borderWidth: 1,
                         padding: 8,
                         align: "center"
                         // width: 120
                       }
                     },
                     {
                       xAxis: "网点受理"
                     }
                   ],
                   [
                     {
                       name: "揽收服务",
                       xAxis: "普通电话受理",
                       itemStyle: {
                        color:"rgba(1, 80, 193, 0.4)
                       },
                       label: {
                         backgroundColor: "#0150C1",
                         color: "white",
                         borderColor: "#0150C1",
                         borderWidth: 1,
                         padding: 8,
                         align: "center"
                         // width: 120
                       }
                     },
                     {
                       xAxis: "网点受理"
                     }
                   ],
                  ]
               }
   
   
   ### Current Behavior
   
   the markArea bgcolor is base the x center point,how can it extend left and 
right area.
   
![image](https://github.com/apache/echarts/assets/13652680/fc9e47c8-82df-48c8-83b7-cecdd4f1d378)
   
   
   ### Expected Behavior
   
   markArea 
   
   ### 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