Merge branch 'main' of git.zdool.com:xs/ggfwjsc

This commit is contained in:
duanxiaohai 2024-06-19 16:30:42 +08:00
commit 9cce11d547
1 changed files with 3 additions and 3 deletions

View File

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