We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3725803 commit bd6af00Copy full SHA for bd6af00
site/examples/heatmap/basic/demo/calendar.ts
@@ -7,7 +7,7 @@ G2.registerShape('polygon', 'boundary-polygon', {
7
stroke: '#fff',
8
lineWidth: 1,
9
fill: cfg.color,
10
- paht: [],
+ path: [],
11
};
12
const points = cfg.points;
13
const path = [
0 commit comments