@@ -49,6 +49,9 @@ export function gaugeChartPropertyView(
4949 { children . pointerLength . propertyView ( { label : trans ( "gaugeChart.pointerLength" ) , tooltip : trans ( "echarts.pointerLengthTooltip" ) } ) }
5050 { children . pointerWidth . propertyView ( { label : trans ( "gaugeChart.pointerWidth" ) , tooltip : trans ( "echarts.pointerWidthTooltip" ) } ) }
5151 { children . progressBar . getView ( ) && children . progressBarWidth . propertyView ( { label : trans ( "gaugeChart.progressBarWidth" ) , tooltip : trans ( "echarts.pointerWidthTooltip" ) } ) }
52+ { children . axisTickLength . propertyView ( { label : trans ( "gaugeChart.stageGauge.axisTickLength" ) , tooltip : trans ( "gaugeChart.stageGauge.axisTickLengthTooltip" ) } ) }
53+ { children . axisTickWidth . propertyView ( { label : trans ( "gaugeChart.stageGauge.axisTickWidth" ) , tooltip : trans ( "gaugeChart.stageGauge.axisTickWidthTooltip" ) } ) }
54+ { children . axisTickColor . propertyView ( { label : trans ( "gaugeChart.stageGauge.axisTickColor" ) , tooltip : trans ( "gaugeChart.stageGauge.axisTickColorTooltip" ) } ) }
5255 { /* {children.gap.propertyView({ label: trans("gaugeChart.gap") }) } */ }
5356 { children . tooltip . propertyView ( { label : trans ( "gaugeChart.tooltip" ) , tooltip : trans ( "echarts.tooltipVisibilityTooltip" ) } ) }
5457 { children . progressBar . propertyView ( { label : trans ( "gaugeChart.progressBar" ) , tooltip : trans ( "echarts.progressBarVisibilityTooltip" ) } ) }
@@ -79,7 +82,7 @@ export function gaugeChartPropertyView(
7982 const stageGaugePropertyView = (
8083 < >
8184 < Section name = { trans ( "chart.config" ) } >
82- { children . echartsOption . propertyView ( {
85+ { children . stageGaugeOption . propertyView ( {
8386 label : trans ( "chart.echartsOptionLabel" ) ,
8487 styleName : "higher" ,
8588 tooltip : (
@@ -97,6 +100,13 @@ export function gaugeChartPropertyView(
97100 { children . chartType . propertyView ( { label : trans ( "gaugeChart.chartType" ) , tooltip : trans ( "gaugeChart.chartTypeTooltip" ) } ) }
98101 { children . echartsTitleConfig . getPropertyView ( ) }
99102 { children . echartsTitle . propertyView ( { label : trans ( "gaugeChart.title" ) , tooltip : trans ( "echarts.titleTooltip" ) } ) }
103+
104+ { children . stageGaugeProgressBarInterval1 . propertyView ( { label : trans ( "gaugeChart.stageGauge.progressBarInterval" ) , tooltip : trans ( "gaugeChart.stageGauge.defaultToolTip" ) } ) }
105+ { children . stageGaugeProgressBarColor1 . propertyView ( { label : trans ( "gaugeChart.stageGauge.progressBarColor" ) , tooltip : trans ( "gaugeChart.stageGauge.defaultToolTip" ) } ) }
106+ { children . stageGaugeProgressBarInterval2 . propertyView ( { label : trans ( "gaugeChart.stageGauge.progressBarInterval" ) , tooltip : trans ( "gaugeChart.stageGauge.defaultToolTip" ) } ) }
107+ { children . stageGaugeProgressBarColor2 . propertyView ( { label : trans ( "gaugeChart.stageGauge.progressBarColor" ) , tooltip : trans ( "gaugeChart.stageGauge.defaultToolTip" ) } ) }
108+ { children . stageGaugeProgressBarInterval3 . propertyView ( { label : trans ( "gaugeChart.stageGauge.progressBarInterval" ) , tooltip : trans ( "gaugeChart.stageGauge.defaultToolTip" ) } ) }
109+ { children . stageGaugeProgressBarColor3 . propertyView ( { label : trans ( "gaugeChart.stageGauge.progressBarColor" ) , tooltip : trans ( "gaugeChart.stageGauge.defaultToolTip" ) } ) }
100110 { /* {children.left.propertyView({ label: trans("gaugeChart.left") }) }
101111 {children.top.propertyView({ label: trans("gaugeChart.top") }) }
102112 {children.bottom.propertyView({ label: trans("gaugeChart.bottom") }) }
@@ -111,11 +121,14 @@ export function gaugeChartPropertyView(
111121 { children . splitNumber . propertyView ( { label : trans ( "gaugeChart.splitNumber" ) , tooltip : trans ( "echarts.splitNumberTooltip" ) } ) }
112122 { children . pointerLength . propertyView ( { label : trans ( "gaugeChart.pointerLength" ) , tooltip : trans ( "echarts.pointerLengthTooltip" ) } ) }
113123 { children . pointerWidth . propertyView ( { label : trans ( "gaugeChart.pointerWidth" ) , tooltip : trans ( "echarts.pointerWidthTooltip" ) } ) }
114- { children . progressBar . getView ( ) && children . progressBarWidth . propertyView ( { label : trans ( "gaugeChart.progressBarWidth" ) , tooltip : trans ( "echarts.pointerWidthTooltip" ) } ) }
124+ { children . progressBarWidthStage . propertyView ( { label : trans ( "gaugeChart.progressBarWidth" ) , tooltip : trans ( "echarts.pointerWidthTooltip" ) } ) }
125+ { children . axisTickLength . propertyView ( { label : trans ( "gaugeChart.stageGauge.axisTickLength" ) , tooltip : trans ( "gaugeChart.stageGauge.axisTickLengthTooltip" ) } ) }
126+ { children . axisTickWidth . propertyView ( { label : trans ( "gaugeChart.stageGauge.axisTickWidth" ) , tooltip : trans ( "gaugeChart.stageGauge.axisTickWidthTooltip" ) } ) }
127+ { children . axisTickColorStage . propertyView ( { label : trans ( "gaugeChart.stageGauge.axisTickColor" ) , tooltip : trans ( "gaugeChart.stageGauge.axisTickColorTooltip" ) } ) }
115128 { /* {children.gap.propertyView({ label: trans("gaugeChart.gap") }) } */ }
116129 { children . tooltip . propertyView ( { label : trans ( "gaugeChart.tooltip" ) , tooltip : trans ( "echarts.tooltipVisibilityTooltip" ) } ) }
117- { children . progressBar . propertyView ( { label : trans ( "gaugeChart.progressBar" ) , tooltip : trans ( "echarts.progressBarVisibilityTooltip" ) } ) }
118- { children . roundCap . propertyView ( { label : trans ( "gaugeChart.roundCap" ) , tooltip : trans ( "echarts.roundCapVisibilityTooltip" ) } ) }
130+ { /*{ children.progressBar.propertyView({ label: trans("gaugeChart.progressBar"), tooltip: trans("echarts.progressBarVisibilityTooltip") }) }*/ }
131+ { /*{ children.roundCap.propertyView({ label: trans("gaugeChart.roundCap"), tooltip: trans("echarts.roundCapVisibilityTooltip") }) }*/ }
119132 </ Section >
120133 < Section name = { sectionNames . interaction } >
121134 { children . onEvent . propertyView ( ) }
@@ -126,15 +139,15 @@ export function gaugeChartPropertyView(
126139 < Section name = { sectionNames . titleStyle } >
127140 { children . titleStyle ?. getPropertyView ( ) }
128141 </ Section >
129- < Section name = { sectionNames . labelStyle } >
130- { children . labelStyle ?. getPropertyView ( ) }
131- </ Section >
142+ { /* <Section name={sectionNames.labelStyle}>*/ }
143+ { /* {children.labelStyle?.getPropertyView()}*/ }
144+ { /* </Section>*/ }
132145 < Section name = { sectionNames . detailStyle } >
133146 { children . legendStyle ?. getPropertyView ( ) }
134147 </ Section >
135- < Section name = { sectionNames . axisLabelStyle } >
136- { children . axisLabelStyle ?. getPropertyView ( ) }
137- </ Section >
148+ { /* <Section name={sectionNames.axisLabelStyle}>*/ }
149+ { /* {children.axisLabelStyle?.getPropertyView()}*/ }
150+ { /* </Section>*/ }
138151 < Section name = { sectionNames . layout } > { hiddenPropertyView ( children ) } </ Section >
139152 </ >
140153 ) ;
0 commit comments