Cheering-baby opened a new issue, #18072: URL: https://github.com/apache/echarts/issues/18072
### Version 5.4.1 ### Link to Minimal Reproduction https://echarts.apache.org/examples/zh/editor.html?code=PYBwLglsB2AEC8sDeAoWsDGwA2wBOAXLANoBEAxAMyUCcAHACIBCpAugDRqxjA6QhFU6dGDwQA5uICmhWKQCGADwgBnUp2GwlqgArAI0MDMFdNYAJ4gpRUioAW8gCbAA7qVOwAvl08bY4sUdBXy5FAEFlFSJiIWELKxsMeSNxfHN1D0dk-WjSAFkYdTkAFQBXKSLSAHUpR0riu1LKgDExSoBlZI7S6DY_dGh5AFspYqlFMHaLbGtkD3QAMxhJiAAvWcoABg9vdE8OLnMI1WjYkUtZ0gA3eWxy9z2D9BUZCCkokjPYQZGbQBe3QClxoB-6MAd6kZMwXGwAI3keHBwhheCqEEcYDsNgAbJsAKTw9BZMA5EgARk27FgAFYAEzkqmbMmwagAFnJtAZ1AZVLprB8PM8QA&_source=echarts-doc-preview ### Steps to Reproduce ``` option = { color: ["#3398DB"], tooltip: { trigger: "axis", axisPointer: { type: "shadow" } }, grid: {}, xAxis: [{ type: "category", data: ["Mon", "Tue", "Wed", "Thu", "Fri", "Sat", "Sun"], nameTextStyle: { fontSize: 30 } }], yAxis: [{ type: "value", nameTextStyle: { fontSize: 30 } }], series: [{ name: "直接访问", type: "bar", barWidth: "60%", data: [10, 52, 200, 334, 390, 330, 220] }] } ``` ### Current Behavior The configuration of yAxis.nameTextStyle.fontSize and xAxis.nameTextStyle.fontSize is not working, whether it is given a larger value or a smaller value. ### Expected Behavior yAxis.nameTextStyle.fontSize and xAxis.nameTextStyle.fontSize can work ### Environment ```markdown - OS:windows 11 - Browser:chrome latest - Framework:js ``` ### Any additional comments? _No response_ -- 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. To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org For additional commands, e-mail: commits-h...@echarts.apache.org