|
@@ -189,14 +189,17 @@ export default {
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
grid: {
|
|
grid: {
|
|
|
- left: '15%',
|
|
|
|
|
|
|
+ left: '25%',
|
|
|
bottom: 10,
|
|
bottom: 10,
|
|
|
- right: '6%',
|
|
|
|
|
|
|
+ right: '10%',
|
|
|
top: 30
|
|
top: 30
|
|
|
},
|
|
},
|
|
|
backgroundcolor: 'transparent',
|
|
backgroundcolor: 'transparent',
|
|
|
xAxis: {
|
|
xAxis: {
|
|
|
name: '(m)',
|
|
name: '(m)',
|
|
|
|
|
+ nameTextStyle: {
|
|
|
|
|
+ color: '#fff'
|
|
|
|
|
+ },
|
|
|
type: 'value',
|
|
type: 'value',
|
|
|
min: 0,
|
|
min: 0,
|
|
|
max: maxXAxis,
|
|
max: maxXAxis,
|
|
@@ -207,11 +210,15 @@ export default {
|
|
|
yAxis: [
|
|
yAxis: [
|
|
|
{
|
|
{
|
|
|
name: '高程(m)',
|
|
name: '高程(m)',
|
|
|
|
|
+ nameTextStyle: {
|
|
|
|
|
+ color: '#fff'
|
|
|
|
|
+ },
|
|
|
type: 'value',
|
|
type: 'value',
|
|
|
min: minYAxis,
|
|
min: minYAxis,
|
|
|
max: maxYAxis,
|
|
max: maxYAxis,
|
|
|
splitLine: { show: false },
|
|
splitLine: { show: false },
|
|
|
axisLabel: {
|
|
axisLabel: {
|
|
|
|
|
+ color: '#fff',
|
|
|
inside: false,
|
|
inside: false,
|
|
|
//margin: -(-minXAxis / (maxXAxis - minXAxis)) * 862 + 8,
|
|
//margin: -(-minXAxis / (maxXAxis - minXAxis)) * 862 + 8,
|
|
|
formatter: (value, index) => {
|
|
formatter: (value, index) => {
|
|
@@ -310,7 +317,8 @@ export default {
|
|
|
position: 'left',
|
|
position: 'left',
|
|
|
formatter: '{b}',
|
|
formatter: '{b}',
|
|
|
fontWeight: 'bold',
|
|
fontWeight: 'bold',
|
|
|
- fontSize: 14
|
|
|
|
|
|
|
+ fontSize: 14,
|
|
|
|
|
+ color: '#fff'
|
|
|
},
|
|
},
|
|
|
markLine: {
|
|
markLine: {
|
|
|
symbol: ['none', 'none'],
|
|
symbol: ['none', 'none'],
|