This commit is contained in:
parent
adc1339e66
commit
a4d24556d5
|
@ -262,7 +262,7 @@ echarts.graphic.registerShape("CubeBottom_2", CubeBottom_2);
|
||||||
const getOption = () => {
|
const getOption = () => {
|
||||||
data.option = {
|
data.option = {
|
||||||
legend: {
|
legend: {
|
||||||
data: ["重点群体结构类型", "帮扶就业人数"],
|
data: ["帮扶就业人数", "重点群体结构类型"],
|
||||||
top: "0%",
|
top: "0%",
|
||||||
// right: "30%",
|
// right: "30%",
|
||||||
textStyle: {
|
textStyle: {
|
||||||
|
@ -601,8 +601,8 @@ const setChart1 = () => {
|
||||||
// data.valueList2.push(data.list.zd.zddsrnh); //帮扶 低收入农户
|
// data.valueList2.push(data.list.zd.zddsrnh); //帮扶 低收入农户
|
||||||
const keyPoints = ['bfdjsy', 'bflxwjy', 'bfdbdb', 'bfdsrnh'];
|
const keyPoints = ['bfdjsy', 'bflxwjy', 'bfdbdb', 'bfdsrnh'];
|
||||||
const supportPoints = ['zddjsy', 'zdlxwjy', 'zddbdb', 'zddsrnh'];
|
const supportPoints = ['zddjsy', 'zdlxwjy', 'zddbdb', 'zddsrnh'];
|
||||||
data.valueList = keyPoints.map(key => data.list.bf[key]);
|
data.valueList = supportPoints.map(key => data.list.zd[key]);
|
||||||
data.valueList2 = supportPoints.map(key => data.list.zd[key]);
|
data.valueList2 = keyPoints.map(key => data.list.bf[key]) ;
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue