mirror of
https://github.com/dataease/dataease.git
synced 2026-05-15 21:42:32 +08:00
Merge pull request #13956 from dataease/pr@dev-v2@chart-funnel-i18n
feat(图表): 国际化(漏斗图)
This commit is contained in:
@@ -201,7 +201,7 @@ export class Funnel extends G2PlotChartView<FunnelOptions, G2Funnel> {
|
||||
conversionTag: {
|
||||
show: false,
|
||||
precision: 2,
|
||||
text: '转化率'
|
||||
text: t('chart.conversion_rate')
|
||||
}
|
||||
}
|
||||
const { legend } = customStyle
|
||||
|
||||
Reference in New Issue
Block a user