|
@@ -123,9 +123,8 @@ export default {
|
|
|
type: 'category',
|
|
|
data: ['崖州区', '天崖区', '吉阳区', '海棠区', '育才区'],
|
|
|
axisLine: {
|
|
|
- show: false,
|
|
|
lineStyle: {
|
|
|
- color: 'white'
|
|
|
+ color: '#BCD3E5'
|
|
|
}
|
|
|
},
|
|
|
// offset: 25,
|
|
@@ -134,7 +133,7 @@ export default {
|
|
|
length: 9,
|
|
|
alignWithLabel: true,
|
|
|
lineStyle: {
|
|
|
- color: '#7DFFFD'
|
|
|
+ color: '#BCD3E5'
|
|
|
}
|
|
|
},
|
|
|
axisLabel: {
|
|
@@ -152,11 +151,11 @@ export default {
|
|
|
axisLine: {
|
|
|
show: false,
|
|
|
lineStyle: {
|
|
|
- color: '#ccc'
|
|
|
+ color: '#BCD3E5'
|
|
|
}
|
|
|
},
|
|
|
splitLine: {
|
|
|
- show: true,
|
|
|
+ show: false,
|
|
|
lineStyle: {
|
|
|
type: "dashed",
|
|
|
color: "rgba(255,255,255,0.1)"
|
|
@@ -181,7 +180,7 @@ export default {
|
|
|
axisLine: {
|
|
|
show: false,
|
|
|
lineStyle: {
|
|
|
- color: 'white'
|
|
|
+ color: '#BCD3E5'
|
|
|
}
|
|
|
},
|
|
|
splitLine: {
|
|
@@ -217,10 +216,10 @@ export default {
|
|
|
|
|
|
}
|
|
|
])
|
|
|
- console.log(color);
|
|
|
return {
|
|
|
type: 'group',
|
|
|
- children: [{
|
|
|
+ children: [
|
|
|
+ {
|
|
|
type: 'CubeLeft',
|
|
|
shape: {
|
|
|
api,
|
|
@@ -233,11 +232,12 @@ export default {
|
|
|
style: {
|
|
|
fill: color = api.value(1) > 10000 ? 'red' : new echarts.graphic.LinearGradient(0, 0, 0, 1, [{
|
|
|
offset: 0,
|
|
|
- color: 'rgba(33,101,140,0.5)'
|
|
|
+ color: 'rgba(34, 129, 209, 0.8)'
|
|
|
},
|
|
|
{
|
|
|
offset: 0.8,
|
|
|
- color: 'rgba(33,101,140,0.5)'
|
|
|
+ color: 'rgba(34, 129, 209, 0.8)'
|
|
|
+
|
|
|
|
|
|
}
|
|
|
])
|
|
@@ -256,11 +256,11 @@ export default {
|
|
|
style: {
|
|
|
fill: color = api.value(1) > 10000 ? 'red' : new echarts.graphic.LinearGradient(0, 0, 0, 1, [{
|
|
|
offset: 0,
|
|
|
- color: '#195684'
|
|
|
+ color: 'rgba(97, 173, 237, 0.8)'
|
|
|
},
|
|
|
{
|
|
|
offset: 0.8,
|
|
|
- color: '#195684'
|
|
|
+ color: 'rgba(97, 173, 237, 0.8)'
|
|
|
}
|
|
|
])
|
|
|
}
|
|
@@ -277,12 +277,12 @@ export default {
|
|
|
style: {
|
|
|
fill: color = api.value(1) > 10000 ? 'red' : new echarts.graphic.LinearGradient(0, 0, 0, 1, [{
|
|
|
offset: 0,
|
|
|
- color: 'rgba(33,101,140,0.5)'
|
|
|
+ color: 'rgba(60, 167, 255, 1)'
|
|
|
|
|
|
},
|
|
|
{
|
|
|
offset: 1,
|
|
|
- color: 'rgba(33,101,140,0.5)'
|
|
|
+ color: 'rgba(135, 200, 255, 1)'
|
|
|
|
|
|
}
|
|
|
])
|