@@ -21,13 +21,15 @@ module.exports = {
21
21
x : {
22
22
valType : 'data_array' ,
23
23
editType : 'calc+clearAxisTypes' ,
24
+ anim : true ,
24
25
description : 'Sets the x coordinates.'
25
26
} ,
26
27
x0 : {
27
28
valType : 'any' ,
28
29
dflt : 0 ,
29
30
role : 'info' ,
30
31
editType : 'calc+clearAxisTypes' ,
32
+ anim : true ,
31
33
description : [
32
34
'Alternate to `x`.' ,
33
35
'Builds a linear space of x coordinates.' ,
@@ -40,6 +42,7 @@ module.exports = {
40
42
dflt : 1 ,
41
43
role : 'info' ,
42
44
editType : 'calc' ,
45
+ anim : true ,
43
46
description : [
44
47
'Sets the x coordinate step.' ,
45
48
'See `x0` for more info.'
@@ -48,13 +51,15 @@ module.exports = {
48
51
y : {
49
52
valType : 'data_array' ,
50
53
editType : 'calc+clearAxisTypes' ,
54
+ anim : true ,
51
55
description : 'Sets the y coordinates.'
52
56
} ,
53
57
y0 : {
54
58
valType : 'any' ,
55
59
dflt : 0 ,
56
60
role : 'info' ,
57
61
editType : 'calc+clearAxisTypes' ,
62
+ anim : true ,
58
63
description : [
59
64
'Alternate to `y`.' ,
60
65
'Builds a linear space of y coordinates.' ,
@@ -67,6 +72,7 @@ module.exports = {
67
72
dflt : 1 ,
68
73
role : 'info' ,
69
74
editType : 'calc' ,
75
+ anim : true ,
70
76
description : [
71
77
'Sets the y coordinate step.' ,
72
78
'See `y0` for more info.'
@@ -208,6 +214,7 @@ module.exports = {
208
214
valType : 'color' ,
209
215
role : 'style' ,
210
216
editType : 'style' ,
217
+ anim : true ,
211
218
description : 'Sets the line color.'
212
219
} ,
213
220
width : {
@@ -216,6 +223,7 @@ module.exports = {
216
223
dflt : 2 ,
217
224
role : 'style' ,
218
225
editType : 'style' ,
226
+ anim : true ,
219
227
description : 'Sets the line width (in px).'
220
228
} ,
221
229
shape : {
@@ -314,6 +322,7 @@ module.exports = {
314
322
valType : 'color' ,
315
323
role : 'style' ,
316
324
editType : 'style' ,
325
+ anim : true ,
317
326
description : [
318
327
'Sets the fill color.' ,
319
328
'Defaults to a half-transparent variant of the line color,' ,
@@ -343,6 +352,7 @@ module.exports = {
343
352
arrayOk : true ,
344
353
role : 'style' ,
345
354
editType : 'style' ,
355
+ anim : true ,
346
356
description : 'Sets the marker opacity.'
347
357
} ,
348
358
size : {
@@ -352,6 +362,7 @@ module.exports = {
352
362
arrayOk : true ,
353
363
role : 'style' ,
354
364
editType : 'calc' ,
365
+ anim : true ,
355
366
description : 'Sets the marker size (in px).'
356
367
} ,
357
368
maxdisplayed : {
@@ -409,11 +420,12 @@ module.exports = {
409
420
arrayOk : true ,
410
421
role : 'style' ,
411
422
editType : 'style' ,
423
+ anim : true ,
412
424
description : 'Sets the width (in px) of the lines bounding the marker points.'
413
425
} ,
414
426
editType : 'calc'
415
427
} ,
416
- colorAttributes ( 'marker.line' )
428
+ colorAttributes ( 'marker.line' , { anim : true } )
417
429
) ,
418
430
gradient : {
419
431
type : {
@@ -442,7 +454,7 @@ module.exports = {
442
454
} ,
443
455
editType : 'calc'
444
456
} ,
445
- colorAttributes ( 'marker' )
457
+ colorAttributes ( 'marker' , { anim : true } )
446
458
) ,
447
459
selected : {
448
460
marker : {
0 commit comments