diff --git a/core/core-frontend/src/views/chart/components/js/panel/common/common_antv.ts b/core/core-frontend/src/views/chart/components/js/panel/common/common_antv.ts index a5f95b184d..246bea7ea0 100644 --- a/core/core-frontend/src/views/chart/components/js/panel/common/common_antv.ts +++ b/core/core-frontend/src/views/chart/components/js/panel/common/common_antv.ts @@ -1717,7 +1717,7 @@ export const addConditionsStyleColorToData = (chart: Chart, options) => { // 定义后,在 handleConditionsStyle 函数中使用 let currentValue = item[valueField] if (chart.type === 'progress-bar') { - currentValue = item['progress'] + currentValue = item['originalValue'] } const cColor = getColorByConditions([q], currentValue, chart) if (cColor) {