File tree 2 files changed +3
-0
lines changed
2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -236,9 +236,11 @@ module.exports = {
236
236
transforms : {
237
237
filter : {
238
238
valuecalendar : makeAttrs ( [
239
+ 'WARNING: All transforms are deprecated and may be removed from the API in next major version.' ,
239
240
'Sets the calendar system to use for `value`, if it is a date.'
240
241
] . join ( ' ' ) ) ,
241
242
targetcalendar : makeAttrs ( [
243
+ 'WARNING: All transforms are deprecated and may be removed from the API in next major version.' ,
242
244
'Sets the calendar system to use for `target`, if it is an' ,
243
245
'array of dates. If `target` is a string (eg *x*) we use the' ,
244
246
'corresponding trace attribute (eg `xcalendar`) if it exists,' ,
Original file line number Diff line number Diff line change @@ -167,6 +167,7 @@ module.exports = {
167
167
_isLinkedToArray : 'transform' ,
168
168
editType : 'calc' ,
169
169
description : [
170
+ 'WARNING: All transforms are deprecated and may be removed from the API in next major version.' ,
170
171
'An array of operations that manipulate the trace data,' ,
171
172
'for example filtering or sorting the data arrays.'
172
173
] . join ( ' ' )
You can’t perform that action at this time.
0 commit comments