Skip to content

Commit d33b29c

Browse files
committed
gauge chart property view updated
1 parent d261d3e commit d33b29c

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

client/packages/lowcoder-comps/src/comps/gaugeChartComp/gaugeChartPropertyView.tsx

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,16 @@ export function gaugeChartPropertyView(
3131
</div>
3232
),
3333
})}
34+
{children.echartsTitleConfig.getPropertyView()}
3435
{children.echartsTitle.propertyView({ label: trans("gaugeChart.title") })}
35-
{children.tooltip.propertyView({label: trans("gaugeChart.tooltip")})}
36+
{/* {children.left.propertyView({ label: trans("gaugeChart.left") })}
37+
{children.top.propertyView({ label: trans("gaugeChart.top") })}
38+
{children.bottom.propertyView({ label: trans("gaugeChart.bottom") })}
39+
{children.width.propertyView({ label: trans("gaugeChart.width") })} */}
40+
{children.min.propertyView({ label: trans("gaugeChart.min") })}
41+
{children.max.propertyView({ label: trans("gaugeChart.max") })}
42+
{/* {children.gap.propertyView({ label: trans("gaugeChart.gap") })} */}
43+
{children.tooltip.propertyView({ label: trans("gaugeChart.tooltip") })}
3644
</Section>
3745
<Section name={sectionNames.interaction}>
3846
{children.onEvent.propertyView()}

0 commit comments

Comments
 (0)