diff --git a/nezha-fronted/src/components/charts/chart-bar-statistics.vue b/nezha-fronted/src/components/charts/chart-bar-statistics.vue index 8cd29d47a..f94a9b275 100644 --- a/nezha-fronted/src/components/charts/chart-bar-statistics.vue +++ b/nezha-fronted/src/components/charts/chart-bar-statistics.vue @@ -173,7 +173,7 @@ export default { left: 10, right: 30, containLabel: true, - bottom: 8// 156 + bottom: 20// 156 }, tooltip: { trigger: 'item', diff --git a/nezha-fronted/src/components/charts/chartPreview.vue b/nezha-fronted/src/components/charts/chartPreview.vue index a2dfdff70..cf0d9ced2 100644 --- a/nezha-fronted/src/components/charts/chartPreview.vue +++ b/nezha-fronted/src/components/charts/chartPreview.vue @@ -934,7 +934,7 @@ export default { left: 0, right: 30, containLabel: true, - bottom: 8// 156 + bottom: 20// 156 }, xAxis: { type: 'time', diff --git a/nezha-fronted/src/components/charts/line-chart-block.vue b/nezha-fronted/src/components/charts/line-chart-block.vue index e668b01b2..882d04750 100644 --- a/nezha-fronted/src/components/charts/line-chart-block.vue +++ b/nezha-fronted/src/components/charts/line-chart-block.vue @@ -826,7 +826,7 @@ export default { left: 0, right: 30, containLabel: true, - bottom: 8// 156 + bottom: 20// 156 }, xAxis: { type: 'time', diff --git a/nezha-fronted/src/components/page/dashboard/overview/chartConfig.vue b/nezha-fronted/src/components/page/dashboard/overview/chartConfig.vue index 8c7648aea..54827c037 100644 --- a/nezha-fronted/src/components/page/dashboard/overview/chartConfig.vue +++ b/nezha-fronted/src/components/page/dashboard/overview/chartConfig.vue @@ -399,7 +399,7 @@ const noDataOption = { left: 0, right: 30, containLabel: true, - bottom: 8// 156 + bottom: 20// 156 }, xAxis: { type: 'category',