We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2eca2a6 commit 05a74d9Copy full SHA for 05a74d9
src/components/calendars/index.js
@@ -234,6 +234,7 @@ module.exports = {
234
}
235
},
236
transforms: {
237
+ description: 'This attribute is deprecated and it may be removed from the API in next major version.',
238
filter: {
239
valuecalendar: makeAttrs([
240
'Sets the calendar system to use for `value`, if it is a date.'
src/plots/attributes.js
@@ -167,6 +167,7 @@ module.exports = {
167
_isLinkedToArray: 'transform',
168
editType: 'calc',
169
description: [
170
+ 'This attribute is deprecated and it may be removed from the API in next major version.',
171
'An array of operations that manipulate the trace data,',
172
'for example filtering or sorting the data arrays.'
173
].join(' ')
0 commit comments