@@ -49,6 +49,9 @@ export function gaugeChartPropertyView(
49
49
{ children . pointerLength . propertyView ( { label : trans ( "gaugeChart.pointerLength" ) , tooltip : trans ( "echarts.pointerLengthTooltip" ) } ) }
50
50
{ children . pointerWidth . propertyView ( { label : trans ( "gaugeChart.pointerWidth" ) , tooltip : trans ( "echarts.pointerWidthTooltip" ) } ) }
51
51
{ 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" ) } ) }
52
55
{ /* {children.gap.propertyView({ label: trans("gaugeChart.gap") }) } */ }
53
56
{ children . tooltip . propertyView ( { label : trans ( "gaugeChart.tooltip" ) , tooltip : trans ( "echarts.tooltipVisibilityTooltip" ) } ) }
54
57
{ children . progressBar . propertyView ( { label : trans ( "gaugeChart.progressBar" ) , tooltip : trans ( "echarts.progressBarVisibilityTooltip" ) } ) }
@@ -79,7 +82,7 @@ export function gaugeChartPropertyView(
79
82
const stageGaugePropertyView = (
80
83
< >
81
84
< Section name = { trans ( "chart.config" ) } >
82
- { children . echartsOption . propertyView ( {
85
+ { children . stageGaugeOption . propertyView ( {
83
86
label : trans ( "chart.echartsOptionLabel" ) ,
84
87
styleName : "higher" ,
85
88
tooltip : (
@@ -97,6 +100,13 @@ export function gaugeChartPropertyView(
97
100
{ children . chartType . propertyView ( { label : trans ( "gaugeChart.chartType" ) , tooltip : trans ( "gaugeChart.chartTypeTooltip" ) } ) }
98
101
{ children . echartsTitleConfig . getPropertyView ( ) }
99
102
{ 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" ) } ) }
100
110
{ /* {children.left.propertyView({ label: trans("gaugeChart.left") }) }
101
111
{children.top.propertyView({ label: trans("gaugeChart.top") }) }
102
112
{children.bottom.propertyView({ label: trans("gaugeChart.bottom") }) }
@@ -111,11 +121,14 @@ export function gaugeChartPropertyView(
111
121
{ children . splitNumber . propertyView ( { label : trans ( "gaugeChart.splitNumber" ) , tooltip : trans ( "echarts.splitNumberTooltip" ) } ) }
112
122
{ children . pointerLength . propertyView ( { label : trans ( "gaugeChart.pointerLength" ) , tooltip : trans ( "echarts.pointerLengthTooltip" ) } ) }
113
123
{ 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" ) } ) }
115
128
{ /* {children.gap.propertyView({ label: trans("gaugeChart.gap") }) } */ }
116
129
{ 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") }) }*/ }
119
132
</ Section >
120
133
< Section name = { sectionNames . interaction } >
121
134
{ children . onEvent . propertyView ( ) }
@@ -126,15 +139,15 @@ export function gaugeChartPropertyView(
126
139
< Section name = { sectionNames . titleStyle } >
127
140
{ children . titleStyle ?. getPropertyView ( ) }
128
141
</ Section >
129
- < Section name = { sectionNames . labelStyle } >
130
- { children . labelStyle ?. getPropertyView ( ) }
131
- </ Section >
142
+ { /* <Section name={sectionNames.labelStyle}>*/ }
143
+ { /* {children.labelStyle?.getPropertyView()}*/ }
144
+ { /* </Section>*/ }
132
145
< Section name = { sectionNames . detailStyle } >
133
146
{ children . legendStyle ?. getPropertyView ( ) }
134
147
</ Section >
135
- < Section name = { sectionNames . axisLabelStyle } >
136
- { children . axisLabelStyle ?. getPropertyView ( ) }
137
- </ Section >
148
+ { /* <Section name={sectionNames.axisLabelStyle}>*/ }
149
+ { /* {children.axisLabelStyle?.getPropertyView()}*/ }
150
+ { /* </Section>*/ }
138
151
< Section name = { sectionNames . layout } > { hiddenPropertyView ( children ) } </ Section >
139
152
</ >
140
153
) ;
0 commit comments