We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
axisLabel使用rotate参数时文本颜色发生改变,文字从设置好的颜色变回默认颜色
1.由于axisLabel.textStyle.color默认颜色为‘#333’,我更改为‘#000000’ 2.当在axisLabel使用rotate参数时,发现文本颜色变回‘#333’
axisLabel使用rotate参数时文本颜色不要发生改变
option = { backgroundColor:'#FFFFFF', tooltip: { trigger: 'axis', axisPointer : { type : 'shadow' } }, calculable: true, grid: { y2:120 }, xAxis: [{ type: 'category', axisLabel: { rotate: 30, interval:0, textStyle:{ color:'#000000' } }, axisTick:{ interval:0 }, data: [] }], yAxis: [{ type: 'value' }], series: [{ type: 'bar', data: [32, 30, 30, 33, 39, 33, 32, 33, 39, 33] }] }
The text was updated successfully, but these errors were encountered:
可能是字体有点变虚,把字体调大些试试?
Sorry, something went wrong.
No branches or pull requests
问题简述 (One-line summary)
axisLabel使用rotate参数时文本颜色发生改变,文字从设置好的颜色变回默认颜色
版本及环境 (Version & Environment)
重现步骤 (Steps to reproduce)
1.由于axisLabel.textStyle.color默认颜色为‘#333’,我更改为‘#000000’
2.当在axisLabel使用rotate参数时,发现文本颜色变回‘#333’
期望结果 (Expected behaviour)
axisLabel使用rotate参数时文本颜色不要发生改变
ECharts配置项 (ECharts option)
其他信息 (Other comments)
The text was updated successfully, but these errors were encountered: