Skip to content

Commit bc38d6b

Browse files
authored
Remove label node from point annotations from init samples (#858)
1 parent 48d87cd commit bc38d6b

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

docs/samples/point/initAnim.md

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,6 @@ const annotation1 = {
2424
borderRadius: 4,
2525
borderWidth: 1,
2626
init: true,
27-
label: {
28-
display: true,
29-
content: 'Fade',
30-
textAlign: 'center'
31-
},
3227
radius: 40,
3328
xMax: 6.5,
3429
xMin: 4.5,
@@ -54,11 +49,6 @@ const annotation2 = {
5449
borderRadius: 4,
5550
borderWidth: 1,
5651
init: () => ({centerY: 0}),
57-
label: {
58-
display: true,
59-
content: 'Flyin from top',
60-
textAlign: 'center'
61-
},
6252
radius: 40,
6353
xMax: 2.5,
6454
xMin: 0.5,
@@ -84,11 +74,6 @@ const annotation3 = {
8474
borderRadius: 4,
8575
borderWidth: 1,
8676
init: () => ({centerX: 0}),
87-
label: {
88-
display: true,
89-
content: 'Flyin from left',
90-
textAlign: 'center'
91-
},
9277
radius: 40,
9378
xMax: 10.5,
9479
xMin: 8.5,

0 commit comments

Comments
 (0)