This commit is contained in:
parent
ed64ac211e
commit
132af7d8a9
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue