File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed
client/packages/lowcoder-comps/src/comps/gaugeChartComp Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -31,8 +31,16 @@ export function gaugeChartPropertyView(
31
31
</ div >
32
32
) ,
33
33
} ) }
34
+ { children . echartsTitleConfig . getPropertyView ( ) }
34
35
{ 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" ) } ) }
36
44
</ Section >
37
45
< Section name = { sectionNames . interaction } >
38
46
{ children . onEvent . propertyView ( ) }
You can’t perform that action at this time.
0 commit comments