This commit is contained in:
lnn19986213 2024-06-19 15:43:00 +08:00
parent ed64ac211e
commit 132af7d8a9
1 changed files with 3 additions and 3 deletions

View File

@ -39,7 +39,7 @@ const getOption = () => {
formatter: "{b0}日<br />{a1}:{c1}", formatter: "{b0}日<br />{a1}:{c1}",
}, },
legend: { legend: {
data: ["骑行次数"], data: ["乘坐人次"],
top: "5%", top: "5%",
right: "center", right: "center",
textStyle: { textStyle: {
@ -70,7 +70,7 @@ const getOption = () => {
yAxis: [ yAxis: [
{ {
type: "value", type: "value",
name: "骑行次数/次", name: "乘坐人次/次",
splitLine: { splitLine: {
show: true, show: true,
lineStyle: { lineStyle: {
@ -121,7 +121,7 @@ const getOption = () => {
}, },
{ {
yAxisIndex: 0, yAxisIndex: 0,
name: "骑行次数", name: "乘坐人次",
type: "line", type: "line",
symbol: "emptyCircle", symbol: "emptyCircle",
symbolSize: 10, symbolSize: 10,