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  ##### Latest code in release branch  <!-- 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