ct
This commit is contained in:
@@ -401,7 +401,8 @@ export default {
|
|||||||
type: 'category',
|
type: 'category',
|
||||||
data: Object.keys(data).map((e) => e.substring(e.length - 5, e.length)),
|
data: Object.keys(data).map((e) => e.substring(e.length - 5, e.length)),
|
||||||
axisLine: {
|
axisLine: {
|
||||||
lineStyle: { color: '#157EFF' },
|
show: true,
|
||||||
|
lineStyle: { color: '#666' },
|
||||||
},
|
},
|
||||||
axisLabel: {
|
axisLabel: {
|
||||||
show: true,
|
show: true,
|
||||||
@@ -476,7 +477,9 @@ export default {
|
|||||||
],
|
],
|
||||||
}
|
}
|
||||||
|
|
||||||
options && this.Echarts2.setOption(options)
|
if (this.Echarts2) {
|
||||||
|
options && this.Echarts2.setOption(options)
|
||||||
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
toDetailCard(item) {
|
toDetailCard(item) {
|
||||||
|
|||||||
Reference in New Issue
Block a user