@@ -83,7 +83,7 @@ export function gaugeChartPropertyView(
8383 const stageGaugePropertyView = (
8484 < >
8585 < Section name = { trans ( "chart.config" ) } >
86- { children . echartsData . propertyView ( { label : trans ( "chart.data" ) } ) }
86+ { children . gradeGaugeData . propertyView ( { label : trans ( "chart.data" ) } ) }
8787 { children . chartType . propertyView ( { label : trans ( "gaugeChart.chartType" ) , tooltip : trans ( "gaugeChart.chartTypeTooltip" ) } ) }
8888 { children . echartsTitleConfig . getPropertyView ( ) }
8989 { children . echartsTitle . propertyView ( { label : trans ( "gaugeChart.title" ) , tooltip : trans ( "echarts.titleTooltip" ) } ) }
@@ -150,7 +150,7 @@ export function gaugeChartPropertyView(
150150 const gradeGaugePropertyView = (
151151 < >
152152 < Section name = { trans ( "chart.config" ) } >
153- { children . echartsData . propertyView ( { label : trans ( "chart.data" ) } ) }
153+ { children . gradeGaugeData . propertyView ( { label : trans ( "chart.data" ) } ) }
154154 { children . chartType . propertyView ( { label : trans ( "gaugeChart.chartType" ) , tooltip : trans ( "gaugeChart.chartTypeTooltip" ) } ) }
155155 { children . echartsTitleConfig . getPropertyView ( ) }
156156 { children . echartsTitle . propertyView ( { label : trans ( "gaugeChart.title" ) , tooltip : trans ( "echarts.titleTooltip" ) } ) }
@@ -217,7 +217,7 @@ export function gaugeChartPropertyView(
217217 const temperatureGaugePropertyView = (
218218 < >
219219 < Section name = { trans ( "chart.config" ) } >
220- { children . echartsData . propertyView ( { label : trans ( "chart.data" ) } ) }
220+ { children . temperatureGaugeData . propertyView ( { label : trans ( "chart.data" ) } ) }
221221 { children . chartType . propertyView ( { label : trans ( "gaugeChart.chartType" ) , tooltip : trans ( "gaugeChart.chartTypeTooltip" ) } ) }
222222 { children . echartsTitleConfig . getPropertyView ( ) }
223223 { children . echartsTitle . propertyView ( { label : trans ( "gaugeChart.title" ) , tooltip : trans ( "echarts.titleTooltip" ) } ) }
@@ -285,7 +285,7 @@ export function gaugeChartPropertyView(
285285 const multiGaugePropertyView = (
286286 < >
287287 < Section name = { trans ( "chart.config" ) } >
288- { children . echartsData . propertyView ( { label : trans ( "chart.data" ) } ) }
288+ { children . multiTitleGaugeData . propertyView ( { label : trans ( "chart.data" ) } ) }
289289 { children . chartType . propertyView ( { label : trans ( "gaugeChart.chartType" ) , tooltip : trans ( "gaugeChart.chartTypeTooltip" ) } ) }
290290 { children . echartsTitleConfig . getPropertyView ( ) }
291291 { children . echartsTitle . propertyView ( { label : trans ( "gaugeChart.title" ) , tooltip : trans ( "echarts.titleTooltip" ) } ) }
@@ -350,7 +350,7 @@ export function gaugeChartPropertyView(
350350 const ringGaugePropertyView = (
351351 < >
352352 < Section name = { trans ( "chart.config" ) } >
353- { children . echartsData . propertyView ( { label : trans ( "chart.data" ) } ) }
353+ { children . ringGaugeData . propertyView ( { label : trans ( "chart.data" ) } ) }
354354 { children . chartType . propertyView ( { label : trans ( "gaugeChart.chartType" ) , tooltip : trans ( "gaugeChart.chartTypeTooltip" ) } ) }
355355 { children . echartsTitleConfig . getPropertyView ( ) }
356356 { children . echartsTitle . propertyView ( { label : trans ( "gaugeChart.title" ) , tooltip : trans ( "echarts.titleTooltip" ) } ) }
@@ -405,7 +405,7 @@ export function gaugeChartPropertyView(
405405 const barometerGaugePropertyView = (
406406 < >
407407 < Section name = { trans ( "chart.config" ) } >
408- { children . echartsData . propertyView ( { label : trans ( "chart.data" ) } ) }
408+ { children . barometerGaugeData . propertyView ( { label : trans ( "chart.data" ) } ) }
409409 { children . chartType . propertyView ( { label : trans ( "gaugeChart.chartType" ) , tooltip : trans ( "gaugeChart.chartTypeTooltip" ) } ) }
410410 { children . echartsTitleConfig . getPropertyView ( ) }
411411 { children . echartsTitle . propertyView ( { label : trans ( "gaugeChart.title" ) , tooltip : trans ( "echarts.titleTooltip" ) } ) }
@@ -464,7 +464,7 @@ export function gaugeChartPropertyView(
464464 const clockGaugePropertyView = (
465465 < >
466466 < Section name = { trans ( "chart.config" ) } >
467- { children . echartsData . propertyView ( { label : trans ( "chart.data" ) } ) }
467+ { children . clockGaugeData . propertyView ( { label : trans ( "chart.data" ) } ) }
468468 { children . chartType . propertyView ( { label : trans ( "gaugeChart.chartType" ) , tooltip : trans ( "gaugeChart.chartTypeTooltip" ) } ) }
469469 { children . echartsTitleConfig . getPropertyView ( ) }
470470 { children . echartsTitle . propertyView ( { label : trans ( "gaugeChart.title" ) , tooltip : trans ( "echarts.titleTooltip" ) } ) }
0 commit comments