Skip to content

Commit 33ebd94

Browse files
committed
configs updated
1 parent 433cf67 commit 33ebd94

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

client/packages/lowcoder-comps/src/comps/chartComp/chartConfigs/funnelChartConfig.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ export const FunnelChartConfig = (function () {
2626
<>
2727
{showLabelPropertyView(children)}
2828
{children.type.propertyView({
29-
label: trans("echarts.funnelType"),
29+
label: trans("funnelChart.funnelType"),
3030
radioButton: true,
3131
})}
3232
</>

client/packages/lowcoder-comps/src/comps/chartComp/chartConfigs/gaugeChartConfig.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ export const GaugeChartConfig = (function () {
2222
<>
2323
{showLabelPropertyView(children)}
2424
{children.type.propertyView({
25-
label: trans("echarts.gaugeType"),
25+
label: trans("gaugeChart.gaugeType"),
2626
radioButton: true,
2727
})}
2828
</>

0 commit comments

Comments
 (0)