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