This commit is contained in:
parent
c077e879cc
commit
a750c6a96e
|
@ -352,6 +352,8 @@ const getData = async () => {
|
|||
ageBt.forEach((key, index) => {
|
||||
data.whistleblower.culeTotal.data[index] = res.data.lnr.rksj[key];
|
||||
});
|
||||
|
||||
// dataShow
|
||||
}
|
||||
});
|
||||
};
|
||||
|
|
|
@ -31,7 +31,7 @@ const getOption = () => {
|
|||
data.option = {
|
||||
tooltip: {
|
||||
trigger: "axis",
|
||||
formatter: "{b0}<br />{a1}:{c1}",
|
||||
formatter: "{b0}岁数<br />{a1}:{c1}",
|
||||
},
|
||||
grid: {
|
||||
top: "20%",
|
||||
|
@ -127,7 +127,7 @@ const getOption = () => {
|
|||
},
|
||||
{
|
||||
z: 1,
|
||||
name: "线索",
|
||||
name: "人数",
|
||||
type: "bar",
|
||||
barGap: "0%",
|
||||
data: data.list,
|
||||
|
|
Loading…
Reference in New Issue