Skip to content

Commit

Permalink
🐞 fix(demo): heatmap-base parameter error (#3679)
Browse files Browse the repository at this point in the history
  • Loading branch information
lqzhgood authored Mar 28, 2024
1 parent 3725803 commit bd6af00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/examples/heatmap/basic/demo/calendar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ G2.registerShape('polygon', 'boundary-polygon', {
stroke: '#fff',
lineWidth: 1,
fill: cfg.color,
paht: [],
path: [],
};
const points = cfg.points;
const path = [
Expand Down

0 comments on commit bd6af00

Please sign in to comment.