diff --git a/nezha-fronted/src/components/charts/chart-list.vue b/nezha-fronted/src/components/charts/chart-list.vue index 8a650e228..699474933 100644 --- a/nezha-fronted/src/components/charts/chart-list.vue +++ b/nezha-fronted/src/components/charts/chart-list.vue @@ -749,6 +749,10 @@ smooth: 0.2, //曲线变平滑 showSymbol: false, data: [], + lineStyle: { + width: 1, + opacity: 0.9 + }, type: chartInfo.type, }, metric_name: '', @@ -980,6 +984,10 @@ smooth: 0.2, //曲线变平滑 showSymbol: false, data: [], + lineStyle: { + width: 1, + opacity: 0.9 + }, type: chartInfo.type, }, //visible: true, diff --git a/nezha-fronted/src/components/charts/line-chart-block.vue b/nezha-fronted/src/components/charts/line-chart-block.vue index 519b70ee4..736fd0b9e 100644 --- a/nezha-fronted/src/components/charts/line-chart-block.vue +++ b/nezha-fronted/src/components/charts/line-chart-block.vue @@ -42,7 +42,7 @@
- +