Incubator-echarts: X Axis Label的interval设为0时,x轴最后一个label变成粗体

Created on 20 Nov 2019  ·  2Comments  ·  Source: apache/incubator-echarts

Version

4.1.0-release

Steps to reproduce

option = {
"xAxis": {
"type": "category",
"data": ["水电费撒旦", "这一行为什么会变粗"],
"axisTick": {
"show": false
},
"axisLabel": {
"fontSize": 14,
"fontWeight": 'normal',
"interval": 0,
"rotate": 0,
}
},
"yAxis": {
"type": "value",
},
"series": [{
"data": [2, 3],
"type": "bar",
"name": "水电费",
}, {
"data": [3, 4],
"type": "bar",
"name": "大师傅",
}]
}

What is expected?

X轴字体正常

What is actually happening?

X轴最后一个文本字体变粗


This issue is duplicated with #10304. This question is not resolved but #10304 is closed. It's confused.


bug en pending community

Most helpful comment

This should have been fixed in previous releases. Please use 4.5.0 to test. You may re-open this issue if you find it doesn't work.

All 2 comments

Hi! We've received your issue and please be patient to get responded. 🎉
The average response time is expected to be within one day for weekdays.

In the meanwhile, please make sure that you have posted enough image to demo your request. You may also check out the API and chart option to get the answer.

If you don't get helped for a long time (over a week) or have an urgent question to ask, you may also send an email to [email protected]. Please attach the issue link if it's a technical questions.

If you are interested in the project, you may also subscribe our mail list.

Have a nice day! 🍵

This should have been fixed in previous releases. Please use 4.5.0 to test. You may re-open this issue if you find it doesn't work.

Was this page helpful?
0 / 5 - 0 ratings