fix:修改 黑暗主题下 ping trace样式的问题 以及chart-line 最大值为负数的问题
This commit is contained in:
@@ -580,7 +580,6 @@ export default {
|
||||
this.$get('visual/panel/chart?panelId=' + params.panelId + '&groupId=0' + '&pageSize=-1').then(response => {
|
||||
if (response.code === 200) {
|
||||
this.chartListLoading = false
|
||||
// response = chartData
|
||||
this.dataList = response.data.list.map(item => {
|
||||
return {
|
||||
...item,
|
||||
|
||||
Reference in New Issue
Block a user