From b5a0dacff58ee4a2bc704fce154c3a34f3367186 Mon Sep 17 00:00:00 2001 From: lqzh <9134671+lqzhgood@users.noreply.github.com> Date: Fri, 13 Oct 2023 09:53:56 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9E=20fix(demo):=20=20heatmap-base=20p?= =?UTF-8?q?arameter=20error?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- site/examples/heatmap/basic/demo/calendar.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/examples/heatmap/basic/demo/calendar.ts b/site/examples/heatmap/basic/demo/calendar.ts index 1f850358f3..491fc74975 100644 --- a/site/examples/heatmap/basic/demo/calendar.ts +++ b/site/examples/heatmap/basic/demo/calendar.ts @@ -7,7 +7,7 @@ G2.registerShape('polygon', 'boundary-polygon', { stroke: '#fff', lineWidth: 1, fill: cfg.color, - paht: [], + path: [], }; const points = cfg.points; const path = [