We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 433cf67 commit 33ebd94Copy full SHA for 33ebd94
client/packages/lowcoder-comps/src/comps/chartComp/chartConfigs/funnelChartConfig.tsx
@@ -26,7 +26,7 @@ export const FunnelChartConfig = (function () {
26
<>
27
{showLabelPropertyView(children)}
28
{children.type.propertyView({
29
- label: trans("echarts.funnelType"),
+ label: trans("funnelChart.funnelType"),
30
radioButton: true,
31
})}
32
</>
client/packages/lowcoder-comps/src/comps/chartComp/chartConfigs/gaugeChartConfig.tsx
@@ -22,7 +22,7 @@ export const GaugeChartConfig = (function () {
22
23
24
25
- label: trans("echarts.gaugeType"),
+ label: trans("gaugeChart.gaugeType"),
0 commit comments