This is an automated email from the ASF dual-hosted git repository.

100pah pushed a commit to branch fix/wx-heatmap
in repository https://gitbox.apache.org/repos/asf/echarts.git

commit e36e3eb742408216b8aaca5990e57976472be14c
Author: 100pah <[email protected]>
AuthorDate: Fri May 29 16:41:11 2026 +0800

    fix: Fix that heatmap does not render in wx miniapp. Fix #21632.
---
 src/chart/heatmap/HeatmapView.ts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/chart/heatmap/HeatmapView.ts b/src/chart/heatmap/HeatmapView.ts
index f8b912a3d..c4fd705d1 100644
--- a/src/chart/heatmap/HeatmapView.ts
+++ b/src/chart/heatmap/HeatmapView.ts
@@ -332,9 +332,9 @@ class HeatmapView extends ChartView {
 
             toggleHoverEmphasis(rect, focus, blurScope, emphasisDisabled);
 
-            rect.incremental = getIncrementalId(seriesModel, useIncremental);
             // PENDING
             if (useIncremental) {
+                rect.incremental = getIncrementalId(seriesModel, 
useIncremental);
                 // Rect must use hover layer if it's incremental.
                 rect.states.emphasis.hoverLayer = 
graphic.HOVER_LAYER_FOR_INCREMENTAL;
             }


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to