Leon0824 opened a new issue, #20950: URL: https://github.com/apache/echarts/issues/20950
### Version 5.6.0 ### Link to Minimal Reproduction https://echarts.apache.org/examples/en/editor.html?c=area-pieces&code=PYBwLglsB2AEC8sDeAoWszGAG0iAXMgL4A0asAHgIIUQDOhq66YAniAKaEDkkAth25lmsAIa06AGVEAjDtkawAZjDAAxUXwjZWPPjGB0QogMaCSy1QGUIALy6wAjAAZYRcqXKsa9RePrScgrIltDqmtq6sNz60IbGZkKhYDb2hC5ubsKwdBwAThAcDLAA2uToTCIY7A7c2BDQ5uXMonkcolZs2A5InlWwACaiYKKEZf3oJdwATM6OAJwAtC7LzkmzzgC62f1TswvLjodJAKwAbFs7VXtzS47Ty9NJAOwnl80iN7OLc8sAzKcABzvCalGbOb4Q5YAFnWb22H2YX2cPz-yxOST-zhBE2RP2hyzOSWh8Kun3BkJOy2emOxCNBeOcZ2WgKSLi2iM2zXc6C5RAA3EA ### Steps to Reproduce Assign font style in this manner to a time-series chart: ```js xAxis: { type: 'time', axisLabel: { fontFamily: 'monospace', fontSize: 10 }, }, series: [{ type: 'line', data: [...] }], ``` ### Current Behavior The year label in x-axis is not applied to the assigned font style.  ### Expected Behavior The year label in x-axis is applied to the assigned font style. ### Environment ```markdown ``` ### 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
