How to set the position of the axis to the lower point of the tail in echarts?

as shown in the figure, how to set the name to the pink position in the figure?
because on the mobile side, you need a larger graphics area


nameTextStyle.padding can control its location. Take a look at echarts document

.
yAxis: {
    type: 'value',
    name: '',
    nameTextStyle: {
        padding: [0, 0, -50, 50]
    }
}
MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b31c7f-3418a.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b31c7f-3418a.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?