diff --git a/core/core-frontend/src/views/chart/components/js/panel/common/common_antv.ts b/core/core-frontend/src/views/chart/components/js/panel/common/common_antv.ts index 6dce0b31a0..678471aa7d 100644 --- a/core/core-frontend/src/views/chart/components/js/panel/common/common_antv.ts +++ b/core/core-frontend/src/views/chart/components/js/panel/common/common_antv.ts @@ -342,7 +342,7 @@ export function getLegend(chart: Chart) { if (chart.drill) { offsetY = -18 } else { - offsetY = -6 + offsetY = -10 } } else { offsetY = 0