'commit'
This commit is contained in:
@@ -65,7 +65,7 @@ option_1_1 = {
|
||||
type: "line",
|
||||
yAxisIndex: 1,
|
||||
data: [],
|
||||
tooltip: { valueFormatter: (v) => v + " 万人" },
|
||||
tooltip: { valueFormatter: (v) => typeof v === "number" ? v + " 万人" : v },
|
||||
},
|
||||
],
|
||||
};
|
||||
@@ -136,4 +136,3 @@ option_1_2 = {
|
||||
},
|
||||
],
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user