@@ -16,6 +16,7 @@ module.exports = {
16
16
domain : {
17
17
x : {
18
18
valType : 'info_array' ,
19
+ editType : 'calc' ,
19
20
role : 'info' ,
20
21
items : [
21
22
{ valType : 'number' , min : 0 , max : 1 } ,
@@ -29,6 +30,7 @@ module.exports = {
29
30
} ,
30
31
y : {
31
32
valType : 'info_array' ,
33
+ editType : 'calc' ,
32
34
role : 'info' ,
33
35
items : [
34
36
{ valType : 'number' , min : 0 , max : 1 } ,
@@ -44,6 +46,7 @@ module.exports = {
44
46
45
47
columnwidth : {
46
48
valType : 'number' ,
49
+ editType : 'calc' ,
47
50
arrayOk : true ,
48
51
dflt : null ,
49
52
role : 'style' ,
@@ -52,6 +55,7 @@ module.exports = {
52
55
53
56
columnorder : {
54
57
valType : 'data_array' ,
58
+ editType : 'calc' ,
55
59
role : 'info' ,
56
60
description : [
57
61
'Specifies the rendered order of the data columns; for example, a value `2` at position `0`' ,
@@ -64,6 +68,7 @@ module.exports = {
64
68
65
69
values : {
66
70
valType : 'data_array' ,
71
+ editType : 'calc' ,
67
72
role : 'info' ,
68
73
dflt : [ ] ,
69
74
description : [
@@ -75,6 +80,7 @@ module.exports = {
75
80
76
81
format : {
77
82
valType : 'data_array' ,
83
+ editType : 'calc' ,
78
84
role : 'info' ,
79
85
dflt : [ ] ,
80
86
description : [
@@ -86,6 +92,7 @@ module.exports = {
86
92
87
93
prefix : {
88
94
valType : 'string' ,
95
+ editType : 'calc' ,
89
96
arrayOk : true ,
90
97
dflt : null ,
91
98
role : 'style' ,
@@ -94,6 +101,7 @@ module.exports = {
94
101
95
102
suffix : {
96
103
valType : 'string' ,
104
+ editType : 'calc' ,
97
105
arrayOk : true ,
98
106
dflt : null ,
99
107
role : 'style' ,
@@ -102,6 +110,7 @@ module.exports = {
102
110
103
111
height : {
104
112
valType : 'number' ,
113
+ editType : 'calc' ,
105
114
dflt : 28 ,
106
115
role : 'style' ,
107
116
description : 'The height of cells.'
@@ -112,11 +121,13 @@ module.exports = {
112
121
line : {
113
122
width : {
114
123
valType : 'number' ,
124
+ editType : 'calc' ,
115
125
arrayOk : true ,
116
126
role : 'style'
117
127
} ,
118
128
color : {
119
129
valType : 'color' ,
130
+ editType : 'calc' ,
120
131
arrayOk : true ,
121
132
role : 'style'
122
133
}
@@ -125,6 +136,7 @@ module.exports = {
125
136
fill : {
126
137
color : {
127
138
valType : 'color' ,
139
+ editType : 'calc' ,
128
140
arrayOk : true ,
129
141
role : 'style' ,
130
142
description : [
@@ -137,6 +149,7 @@ module.exports = {
137
149
font : {
138
150
family : {
139
151
valType : 'string' ,
152
+ editType : 'calc' ,
140
153
arrayOk : true ,
141
154
role : 'style' ,
142
155
noBlank : true ,
@@ -156,11 +169,13 @@ module.exports = {
156
169
} ,
157
170
size : {
158
171
valType : 'number' ,
172
+ editType : 'calc' ,
159
173
arrayOk : true ,
160
174
role : 'style'
161
175
} ,
162
176
color : {
163
177
valType : 'color' ,
178
+ editType : 'calc' ,
164
179
arrayOk : true ,
165
180
role : 'style'
166
181
}
@@ -171,6 +186,7 @@ module.exports = {
171
186
172
187
values : {
173
188
valType : 'data_array' ,
189
+ editType : 'calc' ,
174
190
role : 'info' ,
175
191
dflt : [ ] ,
176
192
description : [
@@ -182,6 +198,7 @@ module.exports = {
182
198
183
199
format : {
184
200
valType : 'data_array' ,
201
+ editType : 'calc' ,
185
202
role : 'info' ,
186
203
dflt : [ ] ,
187
204
description : [
@@ -193,6 +210,7 @@ module.exports = {
193
210
194
211
prefix : {
195
212
valType : 'string' ,
213
+ editType : 'calc' ,
196
214
arrayOk : true ,
197
215
dflt : null ,
198
216
role : 'style' ,
@@ -201,6 +219,7 @@ module.exports = {
201
219
202
220
suffix : {
203
221
valType : 'string' ,
222
+ editType : 'calc' ,
204
223
arrayOk : true ,
205
224
dflt : null ,
206
225
role : 'style' ,
@@ -209,6 +228,7 @@ module.exports = {
209
228
210
229
height : {
211
230
valType : 'number' ,
231
+ editType : 'calc' ,
212
232
dflt : 20 ,
213
233
role : 'style' ,
214
234
description : 'The height of cells.'
@@ -219,11 +239,13 @@ module.exports = {
219
239
line : {
220
240
width : {
221
241
valType : 'number' ,
242
+ editType : 'calc' ,
222
243
arrayOk : true ,
223
244
role : 'style'
224
245
} ,
225
246
color : {
226
247
valType : 'color' ,
248
+ editType : 'calc' ,
227
249
arrayOk : true ,
228
250
role : 'style'
229
251
}
@@ -232,6 +254,7 @@ module.exports = {
232
254
fill : {
233
255
color : {
234
256
valType : 'color' ,
257
+ editType : 'calc' ,
235
258
arrayOk : true ,
236
259
role : 'style' ,
237
260
description : [
@@ -244,6 +267,7 @@ module.exports = {
244
267
font : {
245
268
family : {
246
269
valType : 'string' ,
270
+ editType : 'calc' ,
247
271
arrayOk : true ,
248
272
role : 'style' ,
249
273
noBlank : true ,
@@ -263,11 +287,13 @@ module.exports = {
263
287
} ,
264
288
size : {
265
289
valType : 'number' ,
290
+ editType : 'calc' ,
266
291
arrayOk : true ,
267
292
role : 'style'
268
293
} ,
269
294
color : {
270
295
valType : 'color' ,
296
+ editType : 'calc' ,
271
297
arrayOk : true ,
272
298
role : 'style'
273
299
}
0 commit comments