Skip to content

Commit

Permalink
🐞 fix(demo): heatmap-base parameter error
Browse files Browse the repository at this point in the history
  • Loading branch information
lqzhgood committed Oct 13, 2023
1 parent 9002029 commit b5a0dac
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 b5a0dac

Please sign in to comment.