// 第一种
title: {
text: '客\n流\n量\n上\n行',
bottom: 'center',
left: '2%',
offset: 90,
textStyle: {
fontSize: 14,
fontWeight: "600",
color: '#666666',
lineHeight:18,
},
},
// 第二种
yAxis: [
{
type: 'value',
name: "客流量上行",
position: "left",
// offset: 180,
nameLocation: 'center',
nameTextStyle: {
color: "#A1A1A1",
fontSize: 16,
},]
echarts倾斜标题
于 2023-09-22 09:58:20 首次发布