This commit is contained in:
parent
f255a861a8
commit
ce5be8ce55
|
@ -38,77 +38,81 @@ const option = {
|
|||
},
|
||||
},
|
||||
},
|
||||
// legend: [
|
||||
// {
|
||||
// orient: "horizontal",
|
||||
// icon: "circle",
|
||||
// align: "left",
|
||||
// bottom: "0",
|
||||
// itemWidth: 8,
|
||||
// itemHeight: 8,
|
||||
// y: "20",
|
||||
// x: "center",
|
||||
// data: ["特困救助金额", "低保救助金额"],
|
||||
// formatter: (name) => {
|
||||
// return `{b|${name}} `;
|
||||
// },
|
||||
// textStyle: {
|
||||
// color: "#999999",
|
||||
// fontSize: 12,
|
||||
// align: "left",
|
||||
// // 文字块背景色,一定要加上,否则对齐不会生效
|
||||
// backgroundColor: "transparent",
|
||||
// rich: {
|
||||
// b: {
|
||||
// width: 200,
|
||||
// },
|
||||
// },
|
||||
// },
|
||||
// },
|
||||
// {
|
||||
// orient: "horizontal",
|
||||
// icon: "circle",
|
||||
// align: "left",
|
||||
// bottom: "0",
|
||||
// itemWidth: 8,
|
||||
// itemHeight: 8,
|
||||
// y: "40",
|
||||
// x: "center",
|
||||
// data: ["特困救助人次", "低保救助人次", "低边救助人次/感觉良好"],
|
||||
// formatter: (name) => {
|
||||
// return `{a|${name}} `;
|
||||
// },
|
||||
// legend: [
|
||||
// {
|
||||
// orient: "horizontal",
|
||||
// icon: "circle",
|
||||
// align: "left",
|
||||
// bottom: "0",
|
||||
// itemWidth: 8,
|
||||
// itemHeight: 8,
|
||||
// y: "20",
|
||||
// x: "center",
|
||||
// data: ["特困救助金额", "低保救助金额"],
|
||||
// formatter: (name) => {
|
||||
// return `{b|${name}} `;
|
||||
// },
|
||||
// textStyle: {
|
||||
// color: "#999999",
|
||||
// fontSize: 12,
|
||||
// align: "left",
|
||||
// // 文字块背景色,一定要加上,否则对齐不会生效
|
||||
// backgroundColor: "transparent",
|
||||
// rich: {
|
||||
// b: {
|
||||
// width: 200,
|
||||
// },
|
||||
// },
|
||||
// },
|
||||
// },
|
||||
// {
|
||||
// orient: "horizontal",
|
||||
// icon: "circle",
|
||||
// align: "left",
|
||||
// bottom: "0",
|
||||
// itemWidth: 8,
|
||||
// itemHeight: 8,
|
||||
// y: "40",
|
||||
// x: "center",
|
||||
// data: ["特困救助人次", "低保救助人次", "低边救助人次/感觉良好"],
|
||||
// formatter: (name) => {
|
||||
// return `{a|${name}} `;
|
||||
// },
|
||||
|
||||
// textStyle: {
|
||||
// color: "#999999",
|
||||
// fontSize: 12,
|
||||
// align: "left",
|
||||
// // 文字块背景色,一定要加上,否则对齐不会生效
|
||||
// backgroundColor: "transparent",
|
||||
// rich: {
|
||||
// a: {
|
||||
// width: 200,
|
||||
// },
|
||||
// },
|
||||
// },
|
||||
// },
|
||||
// ],
|
||||
// textStyle: {
|
||||
// color: "#999999",
|
||||
// fontSize: 12,
|
||||
// align: "left",
|
||||
// // 文字块背景色,一定要加上,否则对齐不会生效
|
||||
// backgroundColor: "transparent",
|
||||
// rich: {
|
||||
// a: {
|
||||
// width: 200,
|
||||
// },
|
||||
// },
|
||||
// },
|
||||
// },
|
||||
// ],
|
||||
|
||||
legend: {
|
||||
data: [
|
||||
"特困救助金额",
|
||||
"低保救助金额",
|
||||
"",
|
||||
"特困救助人次",
|
||||
"低保救助人次",
|
||||
"低边救助人次",
|
||||
],
|
||||
top: "8%",
|
||||
textStyle: {
|
||||
fontSize: 12,
|
||||
color: "#ffffff", //上文字标题颜色
|
||||
legend: [
|
||||
{
|
||||
data: ["特困救助金额", "低保救助金额"],
|
||||
top: "3%",
|
||||
textStyle: {
|
||||
fontSize: 12,
|
||||
color: "#ffffff", //上文字标题颜色
|
||||
},
|
||||
},
|
||||
},
|
||||
{
|
||||
data: ["特困救助人次", "低保救助人次", "低边救助人次"],
|
||||
top: "13%",
|
||||
textStyle: {
|
||||
fontSize: 12,
|
||||
color: "#ffffff", //上文字标题颜色
|
||||
},
|
||||
},
|
||||
],
|
||||
|
||||
grid: {
|
||||
top: "28%",
|
||||
left: "6%",
|
||||
|
|
|
@ -6,6 +6,7 @@
|
|||
class="yd_title"
|
||||
:class="zxjz ? 'left_1' : 'left_1_1'"
|
||||
@click="zxjzChange()"
|
||||
style="cursor: pointer"
|
||||
></div>
|
||||
<div class="choose">
|
||||
<div
|
||||
|
@ -28,8 +29,6 @@
|
|||
</div>
|
||||
</div>
|
||||
<eP1></eP1>
|
||||
</div>
|
||||
<div class="flex1">
|
||||
<div class="choose">
|
||||
<div
|
||||
:class="jz[1].choose == '1' ? 'choose_1' : 'choose_2'"
|
||||
|
@ -151,7 +150,7 @@
|
|||
</div>
|
||||
<div class="flex1">
|
||||
<div class="yd_title right_2"></div>
|
||||
<div style="margin-top:20px;">
|
||||
<div style="margin-top: 20px">
|
||||
<div class="czr-bj">
|
||||
<div class="czrBox">
|
||||
<div class="situation situation1"></div>
|
||||
|
|
Loading…
Reference in New Issue