File tree Expand file tree Collapse file tree 1 file changed +0
-15
lines changed Expand file tree Collapse file tree 1 file changed +0
-15
lines changed Original file line number Diff line number Diff 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 ,
You can’t perform that action at this time.
0 commit comments