Skip to content

Commit bd6af00

Browse files
authored
🐞 fix(demo): heatmap-base parameter error (#3679)
1 parent 3725803 commit bd6af00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/examples/heatmap/basic/demo/calendar.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ G2.registerShape('polygon', 'boundary-polygon', {
77
stroke: '#fff',
88
lineWidth: 1,
99
fill: cfg.color,
10-
paht: [],
10+
path: [],
1111
};
1212
const points = cfg.points;
1313
const path = [

0 commit comments

Comments
 (0)