apache / echarts

Apache ECharts is a powerful, interactive charting and data visualization library for browser
https://echarts.apache.org
Apache License 2.0
60.59k stars 19.62k forks source link

echarts5的sankey图的文字默认有白边,echarts4没问题 #15537

Closed liuyang77886 closed 3 years ago

liuyang77886 commented 3 years ago

Version

5.1.2

Steps to reproduce

官方例子就能看见

What is expected?

不需要默认增加文字白边

What is actually happening?

文字默认有白边


或者我如何去掉文字的白边

Ovilia commented 3 years ago

ECharts 5 开始对深色背景下的文字默认加了白边,如果要去掉的话,borderColor 设为 'none' 即可。

liuyang77886 commented 3 years ago

ECharts 5 开始对深色背景下的文字默认加了白边,如果要去掉的话,borderColor 设为 'none' 即可。

我在textStyle,itemStyle,label,levels下都加borderColor :'none'还是有白边,请举例可以吗

plainheart commented 3 years ago

这里有对 v5 版本引入的 label 在深色背景下默认描边特性的解释,可以通过手动设置 label color 来避免默认行为。 https://github.com/apache/echarts/issues/15347#issuecomment-880361896