@@ -83,7 +83,7 @@ export function gaugeChartPropertyView(
83
83
const stageGaugePropertyView = (
84
84
< >
85
85
< Section name = { trans ( "chart.config" ) } >
86
- { children . echartsData . propertyView ( { label : trans ( "chart.data" ) } ) }
86
+ { children . gradeGaugeData . propertyView ( { label : trans ( "chart.data" ) } ) }
87
87
{ children . chartType . propertyView ( { label : trans ( "gaugeChart.chartType" ) , tooltip : trans ( "gaugeChart.chartTypeTooltip" ) } ) }
88
88
{ children . echartsTitleConfig . getPropertyView ( ) }
89
89
{ children . echartsTitle . propertyView ( { label : trans ( "gaugeChart.title" ) , tooltip : trans ( "echarts.titleTooltip" ) } ) }
@@ -150,7 +150,7 @@ export function gaugeChartPropertyView(
150
150
const gradeGaugePropertyView = (
151
151
< >
152
152
< Section name = { trans ( "chart.config" ) } >
153
- { children . echartsData . propertyView ( { label : trans ( "chart.data" ) } ) }
153
+ { children . gradeGaugeData . propertyView ( { label : trans ( "chart.data" ) } ) }
154
154
{ children . chartType . propertyView ( { label : trans ( "gaugeChart.chartType" ) , tooltip : trans ( "gaugeChart.chartTypeTooltip" ) } ) }
155
155
{ children . echartsTitleConfig . getPropertyView ( ) }
156
156
{ children . echartsTitle . propertyView ( { label : trans ( "gaugeChart.title" ) , tooltip : trans ( "echarts.titleTooltip" ) } ) }
@@ -217,7 +217,7 @@ export function gaugeChartPropertyView(
217
217
const temperatureGaugePropertyView = (
218
218
< >
219
219
< Section name = { trans ( "chart.config" ) } >
220
- { children . echartsData . propertyView ( { label : trans ( "chart.data" ) } ) }
220
+ { children . temperatureGaugeData . propertyView ( { label : trans ( "chart.data" ) } ) }
221
221
{ children . chartType . propertyView ( { label : trans ( "gaugeChart.chartType" ) , tooltip : trans ( "gaugeChart.chartTypeTooltip" ) } ) }
222
222
{ children . echartsTitleConfig . getPropertyView ( ) }
223
223
{ children . echartsTitle . propertyView ( { label : trans ( "gaugeChart.title" ) , tooltip : trans ( "echarts.titleTooltip" ) } ) }
@@ -285,7 +285,7 @@ export function gaugeChartPropertyView(
285
285
const multiGaugePropertyView = (
286
286
< >
287
287
< Section name = { trans ( "chart.config" ) } >
288
- { children . echartsData . propertyView ( { label : trans ( "chart.data" ) } ) }
288
+ { children . multiTitleGaugeData . propertyView ( { label : trans ( "chart.data" ) } ) }
289
289
{ children . chartType . propertyView ( { label : trans ( "gaugeChart.chartType" ) , tooltip : trans ( "gaugeChart.chartTypeTooltip" ) } ) }
290
290
{ children . echartsTitleConfig . getPropertyView ( ) }
291
291
{ children . echartsTitle . propertyView ( { label : trans ( "gaugeChart.title" ) , tooltip : trans ( "echarts.titleTooltip" ) } ) }
@@ -350,7 +350,7 @@ export function gaugeChartPropertyView(
350
350
const ringGaugePropertyView = (
351
351
< >
352
352
< Section name = { trans ( "chart.config" ) } >
353
- { children . echartsData . propertyView ( { label : trans ( "chart.data" ) } ) }
353
+ { children . ringGaugeData . propertyView ( { label : trans ( "chart.data" ) } ) }
354
354
{ children . chartType . propertyView ( { label : trans ( "gaugeChart.chartType" ) , tooltip : trans ( "gaugeChart.chartTypeTooltip" ) } ) }
355
355
{ children . echartsTitleConfig . getPropertyView ( ) }
356
356
{ children . echartsTitle . propertyView ( { label : trans ( "gaugeChart.title" ) , tooltip : trans ( "echarts.titleTooltip" ) } ) }
@@ -405,7 +405,7 @@ export function gaugeChartPropertyView(
405
405
const barometerGaugePropertyView = (
406
406
< >
407
407
< Section name = { trans ( "chart.config" ) } >
408
- { children . echartsData . propertyView ( { label : trans ( "chart.data" ) } ) }
408
+ { children . barometerGaugeData . propertyView ( { label : trans ( "chart.data" ) } ) }
409
409
{ children . chartType . propertyView ( { label : trans ( "gaugeChart.chartType" ) , tooltip : trans ( "gaugeChart.chartTypeTooltip" ) } ) }
410
410
{ children . echartsTitleConfig . getPropertyView ( ) }
411
411
{ children . echartsTitle . propertyView ( { label : trans ( "gaugeChart.title" ) , tooltip : trans ( "echarts.titleTooltip" ) } ) }
@@ -464,7 +464,7 @@ export function gaugeChartPropertyView(
464
464
const clockGaugePropertyView = (
465
465
< >
466
466
< Section name = { trans ( "chart.config" ) } >
467
- { children . echartsData . propertyView ( { label : trans ( "chart.data" ) } ) }
467
+ { children . clockGaugeData . propertyView ( { label : trans ( "chart.data" ) } ) }
468
468
{ children . chartType . propertyView ( { label : trans ( "gaugeChart.chartType" ) , tooltip : trans ( "gaugeChart.chartTypeTooltip" ) } ) }
469
469
{ children . echartsTitleConfig . getPropertyView ( ) }
470
470
{ children . echartsTitle . propertyView ( { label : trans ( "gaugeChart.title" ) , tooltip : trans ( "echarts.titleTooltip" ) } ) }
0 commit comments