Skip to content

Commit 05a74d9

Browse files
committed
deprecate transform attributes
1 parent 2eca2a6 commit 05a74d9

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/components/calendars/index.js

+1
Original file line numberDiff line numberDiff line change
@@ -234,6 +234,7 @@ module.exports = {
234234
}
235235
},
236236
transforms: {
237+
description: 'This attribute is deprecated and it may be removed from the API in next major version.',
237238
filter: {
238239
valuecalendar: makeAttrs([
239240
'Sets the calendar system to use for `value`, if it is a date.'

src/plots/attributes.js

+1
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,7 @@ module.exports = {
167167
_isLinkedToArray: 'transform',
168168
editType: 'calc',
169169
description: [
170+
'This attribute is deprecated and it may be removed from the API in next major version.',
170171
'An array of operations that manipulate the trace data,',
171172
'for example filtering or sorting the data arrays.'
172173
].join(' ')

0 commit comments

Comments
 (0)