'commit'
This commit is contained in:
@@ -65,7 +65,9 @@ option_1_1 = {
|
||||
type: "line",
|
||||
yAxisIndex: 1,
|
||||
data: [],
|
||||
tooltip: { valueFormatter: (v) => typeof v === "number" ? v + " 万人" : v },
|
||||
tooltip: {
|
||||
valueFormatter: (v) => (typeof v === "number" ? v + " 万人" : v),
|
||||
},
|
||||
},
|
||||
],
|
||||
};
|
||||
@@ -100,8 +102,14 @@ option_1_2 = {
|
||||
},
|
||||
],
|
||||
yAxis: [
|
||||
{ type: "value", axisLabel: { formatter: "{value}", color: "#fff" } },
|
||||
{ type: "value", axisLabel: { formatter: "{value}", color: "#fff" } },
|
||||
{
|
||||
type: "value",
|
||||
axisLabel: { formatter: "{value}", color: "#fff" },
|
||||
},
|
||||
{
|
||||
type: "value",
|
||||
axisLabel: { formatter: "{value}", color: "#fff" },
|
||||
},
|
||||
],
|
||||
series: [
|
||||
{
|
||||
@@ -137,7 +145,9 @@ option_1_2 = {
|
||||
type: "line",
|
||||
yAxisIndex: 1,
|
||||
data: [],
|
||||
tooltip: { valueFormatter: (v) => typeof v === "number" ? v + " 万人" : v },
|
||||
tooltip: {
|
||||
valueFormatter: (v) => (typeof v === "number" ? v + " 万人" : v),
|
||||
},
|
||||
},
|
||||
],
|
||||
};
|
||||
|
Reference in New Issue
Block a user