echarts Y轴 名称字体 竖着显示_javascript

yAxis: {
    name: 'y轴文字',
    nameLocation: "center",
    //坐标轴名称显示位置。
    //'start'
	//'middle' 或者 'center'
	//'end'
    nameTextStyle: {
        fontWeight: "bold",
        fontSize: "18",
        align: "left",
        color: "#000",
    },
 }