|
@@ -241,11 +241,11 @@ export default {
|
|
|
color: '#f8d351'
|
|
|
}
|
|
|
},
|
|
|
- lineStyle: {
|
|
|
+ /* lineStyle: {
|
|
|
normal: {
|
|
|
opacity: 0
|
|
|
}
|
|
|
- },
|
|
|
+ },*/
|
|
|
areaStyle: {
|
|
|
normal: {
|
|
|
color: '#f8d351',
|
|
@@ -260,16 +260,16 @@ export default {
|
|
|
{
|
|
|
value: newData.radarData,
|
|
|
name: '实际',
|
|
|
- itemStyle: {
|
|
|
+ itemStyle: {
|
|
|
normal: {
|
|
|
color: '#43dfa2'
|
|
|
}
|
|
|
},
|
|
|
- lineStyle: {
|
|
|
+ /*lineStyle: {
|
|
|
normal: {
|
|
|
opacity: 0
|
|
|
}
|
|
|
- },
|
|
|
+ },*/
|
|
|
areaStyle: {
|
|
|
normal: {
|
|
|
color: this.colorList.linearGtoB,
|