pissang opened a new issue #11056: [Found in test: label-position.html] Label 
color is different with version 4.2.1
URL: https://github.com/apache/incubator-echarts/issues/11056
 
 
   This issue is found during the test of 4.3.0 release.
   
   Test case: `test/label-position.html`
   
   ### Steps to reproduce
   
   Label configuration code:
   
   ```js
   {
     position: config.position,
     distance: config.distance,
   
     show: true,
     formatter: [
       'Label Text',
     ].join('\n'),
     backgroundColor: '#eee',
     borderColor: '#555',
     borderWidth: 2,
     borderRadius: 5,
     padding: 10,
     fontSize: 18,
     shadowBlur: 3,
     shadowColor: '#888',
     shadowOffsetX: 0,
     shadowOffsetY: 3,
     textBorderColor: '#000',
     textBorderWidth: 3,
     color: '#fff'
   }
   ```
   
   ### What is actually happening?
   
   ##### Version 4.2.1
   
   ![Screen Shot 2019-08-20 at 3 17 01 
PM](https://user-images.githubusercontent.com/841551/63326095-14834480-c35e-11e9-9e5b-805b3572253f.png)
   
   
   ##### Latest code in release branch
   
   ![Screen Shot 2019-08-20 at 3 16 55 
PM](https://user-images.githubusercontent.com/841551/63326099-164d0800-c35e-11e9-897d-6680beeee12f.png)
   
   
   <!-- This issue is generated by echarts-issue-helper. DO NOT REMOVE -->
   

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@echarts.apache.org
For additional commands, e-mail: dev-h...@echarts.apache.org

Reply via email to