|
@@ -98,7 +98,7 @@ let page6Char1Schema = {
|
|
|
}
|
|
|
},
|
|
|
{
|
|
|
- name: '乱砍乱伐',
|
|
|
+ name: '火灾',
|
|
|
type: 'bar',
|
|
|
stack: 'total',
|
|
|
label: {
|
|
@@ -107,13 +107,13 @@ let page6Char1Schema = {
|
|
|
emphasis: {
|
|
|
focus: 'series'
|
|
|
},
|
|
|
- data: [1, 8, 8, 2, 6, 9, 9],
|
|
|
+ data: [8, 1, 1, 6, 2, 0, 1],
|
|
|
itemStyle: {//自定义颜色
|
|
|
normal: { color: "rgb(94, 229, 116)" },
|
|
|
}
|
|
|
},
|
|
|
{
|
|
|
- name: '火灾',
|
|
|
+ name: '乱砍乱伐',
|
|
|
type: 'bar',
|
|
|
stack: 'total',
|
|
|
label: {
|
|
@@ -122,11 +122,11 @@ let page6Char1Schema = {
|
|
|
emphasis: {
|
|
|
focus: 'series'
|
|
|
},
|
|
|
- data: [8, 1, 1, 6, 2, 0, 1],
|
|
|
+ data: [1, 8, 8, 2, 6, 9, 9],
|
|
|
itemStyle: {//自定义颜色
|
|
|
normal: { color: "rgb(255, 255, 0)" },
|
|
|
}
|
|
|
- }
|
|
|
+ },
|
|
|
]
|
|
|
|
|
|
}
|