Skip to content

Commit d36e650

Browse files
add warning for deprecated transforms
Co-authored-by: Alex Johnson <[email protected]>
1 parent 05a74d9 commit d36e650

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plots/attributes.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -167,7 +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.',
170+
'WARNING: All transforms are deprecated and may be removed from the API in next major version.',
171171
'An array of operations that manipulate the trace data,',
172172
'for example filtering or sorting the data arrays.'
173173
].join(' ')

0 commit comments

Comments
 (0)