@@ -45,10 +45,12 @@ export function gaugeChartPropertyView(
45
45
{ children . position_y . propertyView ( { label : trans ( "gaugeChart.position_y" ) , tooltip : trans ( "echarts.positionChart_x_Tooltip" ) } ) }
46
46
{ children . startAngle . propertyView ( { label : trans ( "gaugeChart.startAngle" ) , tooltip : trans ( "echarts.startAngleTooltip" ) } ) }
47
47
{ children . endAngle . propertyView ( { label : trans ( "gaugeChart.endAngle" ) , tooltip : trans ( "echarts.endAngleTooltip" ) } ) }
48
- { children . splitNumber . propertyView ( { label : trans ( "gaugeChart.splitNumber" ) , tooltip : trans ( "echarts.splitNumberTooltip" ) } ) }
49
48
{ children . pointerLength . propertyView ( { label : trans ( "gaugeChart.pointerLength" ) , tooltip : trans ( "echarts.pointerLengthTooltip" ) } ) }
50
49
{ children . pointerWidth . propertyView ( { label : trans ( "gaugeChart.pointerWidth" ) , tooltip : trans ( "echarts.pointerWidthTooltip" ) } ) }
50
+ { children . pointer_Y . propertyView ( { label : trans ( "gaugeChart.pointer_Y" ) , tooltip : trans ( "gaugeChart.pointer_Y_Tooltip" ) } ) }
51
+ { children . pointerIcon . propertyView ( { label : trans ( "gaugeChart.pointerIcon" ) , tooltip : trans ( "gaugeChart.pointerIconTooltip" ) } ) }
51
52
{ children . progressBar . getView ( ) && children . progressBarWidth . propertyView ( { label : trans ( "gaugeChart.progressBarWidth" ) , tooltip : trans ( "echarts.pointerWidthTooltip" ) } ) }
53
+ { children . splitNumber . propertyView ( { label : trans ( "gaugeChart.splitNumber" ) , tooltip : trans ( "echarts.splitNumberTooltip" ) } ) }
52
54
{ children . axisTickLength . propertyView ( { label : trans ( "gaugeChart.stageGauge.axisTickLength" ) , tooltip : trans ( "gaugeChart.stageGauge.axisTickLengthTooltip" ) } ) }
53
55
{ children . axisTickWidth . propertyView ( { label : trans ( "gaugeChart.stageGauge.axisTickWidth" ) , tooltip : trans ( "gaugeChart.stageGauge.axisTickWidthTooltip" ) } ) }
54
56
{ children . axisTickColor . propertyView ( { label : trans ( "gaugeChart.stageGauge.axisTickColor" ) , tooltip : trans ( "gaugeChart.stageGauge.axisTickColorTooltip" ) } ) }
@@ -155,7 +157,7 @@ export function gaugeChartPropertyView(
155
157
const gradeGaugePropertyView = (
156
158
< >
157
159
< Section name = { trans ( "chart.config" ) } >
158
- { children . echartsOption . propertyView ( {
160
+ { children . gradeGaugeOption . propertyView ( {
159
161
label : trans ( "chart.echartsOptionLabel" ) ,
160
162
styleName : "higher" ,
161
163
tooltip : (
@@ -177,6 +179,20 @@ export function gaugeChartPropertyView(
177
179
{children.top.propertyView({ label: trans("gaugeChart.top") }) }
178
180
{children.bottom.propertyView({ label: trans("gaugeChart.bottom") }) }
179
181
{children.width.propertyView({ label: trans("gaugeChart.width") }) } */ }
182
+
183
+ { children . gradeGaugeProgressBarInterval1 . propertyView ( { label : trans ( "gaugeChart.stageGauge.progressBarInterval" ) , tooltip : trans ( "gaugeChart.stageGauge.defaultToolTip" ) } ) }
184
+ { /*{children.gradeGaugeProgressBarString1.propertyView({label: trans("gaugeChart.stageGauge.gradeProgressBarString"), tooltip: trans("gaugeChart.stageGauge.defaultToolTip") }) }*/ }
185
+ { children . stageGaugeProgressBarColor1 . propertyView ( { label : trans ( "gaugeChart.stageGauge.progressBarColor" ) , tooltip : trans ( "gaugeChart.stageGauge.defaultToolTip" ) } ) }
186
+ { children . gradeGaugeProgressBarInterval2 . propertyView ( { label : trans ( "gaugeChart.stageGauge.progressBarInterval" ) , tooltip : trans ( "gaugeChart.stageGauge.defaultToolTip" ) } ) }
187
+ { /*{children.gradeGaugeProgressBarString2.propertyView({label: trans("gaugeChart.stageGauge.gradeProgressBarString"), tooltip: trans("gaugeChart.stageGauge.defaultToolTip") }) }*/ }
188
+ { children . stageGaugeProgressBarColor2 . propertyView ( { label : trans ( "gaugeChart.stageGauge.progressBarColor" ) , tooltip : trans ( "gaugeChart.stageGauge.defaultToolTip" ) } ) }
189
+ { children . gradeGaugeProgressBarInterval3 . propertyView ( { label : trans ( "gaugeChart.stageGauge.progressBarInterval" ) , tooltip : trans ( "gaugeChart.stageGauge.defaultToolTip" ) } ) }
190
+ { /*{children.gradeGaugeProgressBarString3.propertyView({label: trans("gaugeChart.stageGauge.gradeProgressBarString"), tooltip: trans("gaugeChart.stageGauge.defaultToolTip") }) }*/ }
191
+ { children . stageGaugeProgressBarColor3 . propertyView ( { label : trans ( "gaugeChart.stageGauge.progressBarColor" ) , tooltip : trans ( "gaugeChart.stageGauge.defaultToolTip" ) } ) }
192
+ { children . gradeGaugeProgressBarInterval4 . propertyView ( { label : trans ( "gaugeChart.stageGauge.progressBarInterval" ) , tooltip : trans ( "gaugeChart.stageGauge.defaultToolTip" ) } ) }
193
+ { /*{children.gradeGaugeProgressBarString4.propertyView({label: trans("gaugeChart.stageGauge.gradeProgressBarString"), tooltip: trans("gaugeChart.stageGauge.defaultToolTip") }) }*/ }
194
+ { children . stageGaugeProgressBarColor4 . propertyView ( { label : trans ( "gaugeChart.stageGauge.progressBarColor" ) , tooltip : trans ( "gaugeChart.stageGauge.defaultToolTip" ) } ) }
195
+
180
196
{ children . radius . propertyView ( { label : trans ( "gaugeChart.radius" ) , tooltip : trans ( "echarts.radiusTooltip" ) } ) }
181
197
{ children . min . propertyView ( { label : trans ( "gaugeChart.min" ) , tooltip : trans ( "echarts.minTooltip" ) } ) }
182
198
{ children . max . propertyView ( { label : trans ( "gaugeChart.max" ) , tooltip : trans ( "echarts.maxTooltip" ) } ) }
@@ -185,13 +201,18 @@ export function gaugeChartPropertyView(
185
201
{ children . startAngle . propertyView ( { label : trans ( "gaugeChart.startAngle" ) , tooltip : trans ( "echarts.startAngleTooltip" ) } ) }
186
202
{ children . endAngle . propertyView ( { label : trans ( "gaugeChart.endAngle" ) , tooltip : trans ( "echarts.endAngleTooltip" ) } ) }
187
203
{ children . splitNumber . propertyView ( { label : trans ( "gaugeChart.splitNumber" ) , tooltip : trans ( "echarts.splitNumberTooltip" ) } ) }
188
- { children . pointerLength . propertyView ( { label : trans ( "gaugeChart.pointerLength" ) , tooltip : trans ( "echarts.pointerLengthTooltip" ) } ) }
189
- { children . pointerWidth . propertyView ( { label : trans ( "gaugeChart.pointerWidth" ) , tooltip : trans ( "echarts.pointerWidthTooltip" ) } ) }
204
+ { children . gradeGaugePointerLength . propertyView ( { label : trans ( "gaugeChart.pointerLength" ) , tooltip : trans ( "echarts.pointerLengthTooltip" ) } ) }
205
+ { children . gradeGaugePointerWidth . propertyView ( { label : trans ( "gaugeChart.pointerWidth" ) , tooltip : trans ( "echarts.pointerWidthTooltip" ) } ) }
206
+ { children . gradeGaugePointer_Y . propertyView ( { label : trans ( "gaugeChart.pointer_Y" ) , tooltip : trans ( "gaugeChart.pointer_Y_Tooltip" ) } ) }
207
+ { children . pointerIcon . propertyView ( { label : trans ( "gaugeChart.pointerIcon" ) , tooltip : trans ( "gaugeChart.pointerIconTooltip" ) } ) }
190
208
{ children . progressBar . getView ( ) && children . progressBarWidth . propertyView ( { label : trans ( "gaugeChart.progressBarWidth" ) , tooltip : trans ( "echarts.pointerWidthTooltip" ) } ) }
209
+ { children . axisTickLength . propertyView ( { label : trans ( "gaugeChart.stageGauge.axisTickLength" ) , tooltip : trans ( "gaugeChart.stageGauge.axisTickLengthTooltip" ) } ) }
210
+ { children . axisTickWidth . propertyView ( { label : trans ( "gaugeChart.stageGauge.axisTickWidth" ) , tooltip : trans ( "gaugeChart.stageGauge.axisTickWidthTooltip" ) } ) }
211
+ { children . axisTickColorGrade . propertyView ( { label : trans ( "gaugeChart.stageGauge.axisTickColor" ) , tooltip : trans ( "gaugeChart.stageGauge.axisTickColorTooltip" ) } ) }
191
212
{ /* {children.gap.propertyView({ label: trans("gaugeChart.gap") }) } */ }
192
213
{ children . tooltip . propertyView ( { label : trans ( "gaugeChart.tooltip" ) , tooltip : trans ( "echarts.tooltipVisibilityTooltip" ) } ) }
193
- { children . progressBar . propertyView ( { label : trans ( "gaugeChart.progressBar" ) , tooltip : trans ( "echarts.progressBarVisibilityTooltip" ) } ) }
194
- { children . roundCap . propertyView ( { label : trans ( "gaugeChart.roundCap" ) , tooltip : trans ( "echarts.roundCapVisibilityTooltip" ) } ) }
214
+ { /*{ children.progressBar.propertyView({ label: trans("gaugeChart.progressBar"), tooltip: trans("echarts.progressBarVisibilityTooltip") }) }*/ }
215
+ { /*{ children.roundCap.propertyView({ label: trans("gaugeChart.roundCap"), tooltip: trans("echarts.roundCapVisibilityTooltip") }) }*/ }
195
216
</ Section >
196
217
< Section name = { sectionNames . interaction } >
197
218
{ children . onEvent . propertyView ( ) }
@@ -208,9 +229,9 @@ export function gaugeChartPropertyView(
208
229
< Section name = { sectionNames . detailStyle } >
209
230
{ children . legendStyle ?. getPropertyView ( ) }
210
231
</ Section >
211
- < Section name = { sectionNames . axisLabelStyle } >
212
- { children . axisLabelStyle ?. getPropertyView ( ) }
213
- </ Section >
232
+ { /* <Section name={sectionNames.axisLabelStyle}>*/ }
233
+ { /* {children.axisLabelStyle?.getPropertyView()}*/ }
234
+ { /* </Section>*/ }
214
235
< Section name = { sectionNames . layout } > { hiddenPropertyView ( children ) } </ Section >
215
236
</ >
216
237
) ;
0 commit comments