Skip to content

Commit

Permalink
Remove label node from point annotations from init samples (#858)
Browse files Browse the repository at this point in the history
  • Loading branch information
stockiNail authored Feb 28, 2023
1 parent 48d87cd commit bc38d6b
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions docs/samples/point/initAnim.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,6 @@ const annotation1 = {
borderRadius: 4,
borderWidth: 1,
init: true,
label: {
display: true,
content: 'Fade',
textAlign: 'center'
},
radius: 40,
xMax: 6.5,
xMin: 4.5,
Expand All @@ -54,11 +49,6 @@ const annotation2 = {
borderRadius: 4,
borderWidth: 1,
init: () => ({centerY: 0}),
label: {
display: true,
content: 'Flyin from top',
textAlign: 'center'
},
radius: 40,
xMax: 2.5,
xMin: 0.5,
Expand All @@ -84,11 +74,6 @@ const annotation3 = {
borderRadius: 4,
borderWidth: 1,
init: () => ({centerX: 0}),
label: {
display: true,
content: 'Flyin from left',
textAlign: 'center'
},
radius: 40,
xMax: 10.5,
xMin: 8.5,
Expand Down

0 comments on commit bc38d6b

Please sign in to comment.