-
-
Notifications
You must be signed in to change notification settings - Fork 2k
Closed
Description
In the process of reviewing PR #3158, @etpinard pointed out that some traces don't support transforms yet it's listed in their PlotSchema (#3158 (comment))
Note that they are properly removed from _fullData:
Lines 1224 to 1230 in 0124828
| plots.supplyTransformDefaults = function(traceIn, traceOut, layout) { | |
| // For now we only allow transforms on 1D traces, ie those that specify a _length. | |
| // If we were to implement 2D transforms, we'd need to have each transform | |
| // describe its own applicability and disable itself when it doesn't apply. | |
| // Also allow transforms that make their own data, but not in globalTransforms | |
| if(!(traceOut._length || hasMakesDataTransform(traceIn))) return; | |
Metadata
Metadata
Assignees
Labels
No labels