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