diff --git a/nezha-fronted/src/components/charts/chart-list.vue b/nezha-fronted/src/components/charts/chart-list.vue index 44bf44228..e09fa0395 100644 --- a/nezha-fronted/src/components/charts/chart-list.vue +++ b/nezha-fronted/src/components/charts/chart-list.vue @@ -761,8 +761,10 @@ export default { const seriesItem = { theData: { name: '', - symbol:'none', //去掉点 + symbol:'emptyCircle', //去掉点 + symbolSize:[2,2], smooth:true, //曲线变平滑 + showSymbol:false, data: [], type:chartInfo.type, }, diff --git a/nezha-fronted/src/components/charts/chartPreview.vue b/nezha-fronted/src/components/charts/chartPreview.vue index e75418e0b..25231e585 100644 --- a/nezha-fronted/src/components/charts/chartPreview.vue +++ b/nezha-fronted/src/components/charts/chartPreview.vue @@ -418,8 +418,10 @@ const seriesItem = { theData: { name: '', - symbol:'none', //去掉点 + symbol:'emptyCircle', //去掉点 + symbolSize:[2,2], smooth:true, //曲线变平滑 + showSymbol:false, data: [], type:chartItem.type, }, @@ -1108,8 +1110,10 @@ const seriesItem = { theData: { name: '', - symbol:'none', //去掉点 + symbol:'emptyCircle', //去掉点 + symbolSize:[2,2], smooth:true, //曲线变平滑 + showSymbol:false, data: [], type:this.chart.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 70a50a2a9..4e970c66e 100644 --- a/nezha-fronted/src/components/charts/line-chart-block.vue +++ b/nezha-fronted/src/components/charts/line-chart-block.vue @@ -1518,8 +1518,10 @@ const seriesItem = { theData: { name: '', - symbol:'none', //去掉点 + symbol:'emptyCircle', //去掉点 + symbolSize:[2,2], smooth:true, //曲线变平滑 + showSymbol:false, data: [], type:this.data.type, //visible: true,