This commit is contained in:
parent
fca8359693
commit
5a35a6f2e3
|
@ -190,10 +190,10 @@ export default {
|
||||||
// },
|
// },
|
||||||
legend: {
|
legend: {
|
||||||
left: "right",
|
left: "right",
|
||||||
data: [
|
data: ["昨日", "今日"],
|
||||||
{ icon: "roundRect", name: "昨日" },
|
icon: "roundRect",
|
||||||
{ icon: "roundRect", name: "今日" },
|
itemWidth: 10, // 图标宽度
|
||||||
],
|
itemHeight: 10, // 图标高度
|
||||||
textStyle: {
|
textStyle: {
|
||||||
fontSize: "0.07rem",
|
fontSize: "0.07rem",
|
||||||
fontFamily: "AlibabaPuHuiTi",
|
fontFamily: "AlibabaPuHuiTi",
|
||||||
|
@ -201,7 +201,6 @@ export default {
|
||||||
color: "rgba(255,255,255,0.8)",
|
color: "rgba(255,255,255,0.8)",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
||||||
grid: {
|
grid: {
|
||||||
left: "3%",
|
left: "3%",
|
||||||
right: "4%",
|
right: "4%",
|
||||||
|
@ -468,7 +467,6 @@ export default {
|
||||||
{
|
{
|
||||||
text: "{name|" + "总量" + "}\n{val|" + formatNumber(total) + "}",
|
text: "{name|" + "总量" + "}\n{val|" + formatNumber(total) + "}",
|
||||||
top: "center",
|
top: "center",
|
||||||
// left: 110,
|
|
||||||
left: "32%",
|
left: "32%",
|
||||||
textStyle: {
|
textStyle: {
|
||||||
rich: {
|
rich: {
|
||||||
|
@ -987,6 +985,7 @@ export default {
|
||||||
trigger: "item",
|
trigger: "item",
|
||||||
// show: false,
|
// show: false,
|
||||||
},
|
},
|
||||||
|
|
||||||
name: "山东",
|
name: "山东",
|
||||||
type: "map",
|
type: "map",
|
||||||
map: "山东",
|
map: "山东",
|
||||||
|
|
Loading…
Reference in New Issue