|
|
@@ -115,7 +115,7 @@ let app = new Vue({
|
|
|
waitTime: 2000,
|
|
|
rowNum: 2,
|
|
|
data: [
|
|
|
- ["金融资本公司", '山焦担保', '组织划转', '2023-06-01'],
|
|
|
+ ["金融资本公司", '山焦担保', '组织合并', '2023-06-01'],
|
|
|
["山焦统配", '山焦统配', '组织新设', '2023-05-01'],
|
|
|
["汾西矿业集团", '灵石县富威橡胶', '组织更名', '2023-05-01'],
|
|
|
["焦煤置业", '海南科思实业有限公司', '组织停用', '2023-04-04'],
|
|
|
@@ -457,8 +457,9 @@ let app = new Vue({
|
|
|
interval: 0,
|
|
|
// rotate: 40,
|
|
|
textStyle: {
|
|
|
- color: "white",
|
|
|
- fontSize: 26,
|
|
|
+ fontSize: 30,
|
|
|
+ color: '#A3E2F4',
|
|
|
+ fontWeight: 0,
|
|
|
},
|
|
|
},
|
|
|
//y轴线的颜色以及宽度
|
|
|
@@ -606,8 +607,9 @@ let app = new Vue({
|
|
|
interval: 0,
|
|
|
// rotate: 40,
|
|
|
textStyle: {
|
|
|
- color: "white",
|
|
|
- fontSize: 26,
|
|
|
+ fontSize: 30,
|
|
|
+ color: '#fff',
|
|
|
+ fontWeight: 0,
|
|
|
},
|
|
|
},
|
|
|
//y轴线的颜色以及宽度
|
|
|
@@ -755,14 +757,16 @@ let app = new Vue({
|
|
|
},
|
|
|
axisLine: {
|
|
|
lineStyle: {
|
|
|
- color: "#7ECEF4",
|
|
|
+ fontSize: 30,
|
|
|
+ color: '#fff',
|
|
|
+ fontWeight: 0,
|
|
|
},
|
|
|
},
|
|
|
axisLabel: {
|
|
|
interval: 0,
|
|
|
rotate: 25,
|
|
|
textStyle: {
|
|
|
- fontSize: 26,
|
|
|
+ fontSize: 32,
|
|
|
color: "#fff",
|
|
|
},
|
|
|
},
|
|
|
@@ -933,7 +937,7 @@ let app = new Vue({
|
|
|
rotate: 40,
|
|
|
margin: 10,
|
|
|
textStyle: {
|
|
|
- fontSize: 26,
|
|
|
+ fontSize: 30,
|
|
|
color: "#fff",
|
|
|
},
|
|
|
},
|
|
|
@@ -1092,9 +1096,9 @@ let app = new Vue({
|
|
|
},
|
|
|
},
|
|
|
axisLabel: {
|
|
|
- interval: 0,
|
|
|
+ interval: 1,
|
|
|
textStyle: {
|
|
|
- fontSize: 26,
|
|
|
+ fontSize: 30,
|
|
|
color: "#fff",
|
|
|
},
|
|
|
},
|
|
|
@@ -1228,12 +1232,12 @@ let app = new Vue({
|
|
|
textStyle: {
|
|
|
rich: {
|
|
|
title: {
|
|
|
- fontSize: 26,
|
|
|
+ fontSize: 30,
|
|
|
lineHeight: 50,
|
|
|
color: "#fff",
|
|
|
},
|
|
|
value: {
|
|
|
- fontSize: 26,
|
|
|
+ fontSize: 30,
|
|
|
fontWeight: "bolder",
|
|
|
lineHeight: 50,
|
|
|
color: "#FFAD05",
|
|
|
@@ -1596,13 +1600,12 @@ let app = new Vue({
|
|
|
boundaryGap: true,//坐标轴两边留白
|
|
|
data: data.x,
|
|
|
axisLabel: { //坐标轴刻度标签的相关设置。
|
|
|
- interval: 0,//设置为 1,表示『隔一个标签显示一个标签』
|
|
|
- margin: 15,
|
|
|
+ interval: 1,//设置为 1,表示『隔一个标签显示一个标签』
|
|
|
textStyle: {
|
|
|
color: '#fff',
|
|
|
fontStyle: 'normal',
|
|
|
fontFamily: '微软雅黑',
|
|
|
- fontSize: 26,
|
|
|
+ fontSize: 30,
|
|
|
}
|
|
|
},
|
|
|
axisTick: {//坐标轴刻度相关设置。
|
|
|
@@ -1830,13 +1833,13 @@ let app = new Vue({
|
|
|
boundaryGap: true,//坐标轴两边留白
|
|
|
data: data.x,
|
|
|
axisLabel: { //坐标轴刻度标签的相关设置。
|
|
|
- interval: 0,//设置为 1,表示『隔一个标签显示一个标签』
|
|
|
+ interval: 1,//设置为 1,表示『隔一个标签显示一个标签』
|
|
|
margin: 15,
|
|
|
textStyle: {
|
|
|
color: '#fff',
|
|
|
fontStyle: 'normal',
|
|
|
fontFamily: '微软雅黑',
|
|
|
- fontSize: 26,
|
|
|
+ fontSize: 30,
|
|
|
}
|
|
|
},
|
|
|
axisTick: {//坐标轴刻度相关设置。
|
|
|
@@ -2029,7 +2032,7 @@ let app = new Vue({
|
|
|
padding: [15, 0, 0, 0],
|
|
|
textStyle: {
|
|
|
color: "#fff",
|
|
|
- fontSize: 26,
|
|
|
+ fontSize: 30,
|
|
|
}
|
|
|
},
|
|
|
axisTick: {
|
|
|
@@ -2168,7 +2171,7 @@ let app = new Vue({
|
|
|
padding: [15, 0, 0, 0],
|
|
|
textStyle: {
|
|
|
color: "#fff",
|
|
|
- fontSize: 26,
|
|
|
+ fontSize: 30,
|
|
|
}
|
|
|
},
|
|
|
axisTick: {
|
|
|
@@ -2296,7 +2299,7 @@ let app = new Vue({
|
|
|
},
|
|
|
grid: {
|
|
|
top: 30,
|
|
|
- bottom: 30,
|
|
|
+ bottom: 50,
|
|
|
left: 90,
|
|
|
right: 90,
|
|
|
textStyle: {
|
|
|
@@ -2309,7 +2312,7 @@ let app = new Vue({
|
|
|
top: '4%',
|
|
|
textStyle: {
|
|
|
color: '#fff',
|
|
|
- fontSize: 26
|
|
|
+ fontSize: 30
|
|
|
},
|
|
|
data: ['缓冲池', '待岗池', '共享池']
|
|
|
},
|
|
|
@@ -2334,7 +2337,7 @@ let app = new Vue({
|
|
|
// inside: true,
|
|
|
textStyle: {
|
|
|
color: "#fff",
|
|
|
- fontSize: 26,
|
|
|
+ fontSize: 30,
|
|
|
}
|
|
|
},
|
|
|
data: data.x,
|
|
|
@@ -2985,8 +2988,8 @@ let app = new Vue({
|
|
|
map: 'shanxi',
|
|
|
layoutCenter: ['50.5%', '52%'], //地图位置
|
|
|
layoutSize: '100%',
|
|
|
-
|
|
|
- zoom: 1.1, //当前视角的缩放比例
|
|
|
+ aspectScale: 0.75,
|
|
|
+ zoom: 1.25, //当前视角的缩放比例
|
|
|
// roam: true, //是否开启平游或缩放
|
|
|
scaleLimit: { //滚轮缩放的极限控制
|
|
|
min: 1,
|
|
|
@@ -3090,7 +3093,7 @@ let app = new Vue({
|
|
|
aspectScale: 0.75,
|
|
|
layoutCenter: ["50%", "50%"], //地图位置
|
|
|
layoutSize: '100%',
|
|
|
- zoom: 1.1, //当前视角的缩放比例
|
|
|
+ zoom: 1.25, //当前视角的缩放比例
|
|
|
// roam: true, //是否开启平游或缩放
|
|
|
scaleLimit: { //滚轮缩放的极限控制
|
|
|
min: 1,
|
|
|
@@ -3196,7 +3199,7 @@ let app = new Vue({
|
|
|
axisLabel: {
|
|
|
color: '#e2e9ff',
|
|
|
textStyle: {
|
|
|
- fontSize: 26
|
|
|
+ fontSize: 30
|
|
|
},
|
|
|
},
|
|
|
}],
|
|
|
@@ -3206,7 +3209,7 @@ let app = new Vue({
|
|
|
formatter: '{value}',
|
|
|
color: '#e2e9ff',
|
|
|
textStyle: {
|
|
|
- fontSize: 20,
|
|
|
+ fontSize: 24,
|
|
|
},
|
|
|
},
|
|
|
axisLine: {
|