diff --git a/core/core-frontend/src/views/chart/components/js/panel/charts/others/funnel.ts b/core/core-frontend/src/views/chart/components/js/panel/charts/others/funnel.ts index 14adddfae1..aae05a63f5 100644 --- a/core/core-frontend/src/views/chart/components/js/panel/charts/others/funnel.ts +++ b/core/core-frontend/src/views/chart/components/js/panel/charts/others/funnel.ts @@ -201,7 +201,7 @@ export class Funnel extends G2PlotChartView { conversionTag: { show: false, precision: 2, - text: '转化率' + text: t('chart.conversion_rate') } } const { legend } = customStyle