diff --git a/core/frontend/src/views/chart/chart/common/common_antv.js b/core/frontend/src/views/chart/chart/common/common_antv.js index 385bc2ef4c..9b927874bf 100644 --- a/core/frontend/src/views/chart/chart/common/common_antv.js +++ b/core/frontend/src/views/chart/chart/common/common_antv.js @@ -128,6 +128,9 @@ export function getLabel(chart) { } if (l.position === 'outer') { label.type = 'spider' + label.layout = [ + { type: 'limit-in-plot' } + ] } } else if (chart.type.includes('line') || chart.type.includes('area')) { label = {