We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9094c50 + c79eb44 commit dbcee7dCopy full SHA for dbcee7d
src/lib/index.js
@@ -193,6 +193,7 @@ function getFullTrace(props, context) {
193
// This is true except for fit transforms, where reading in fullData is
194
// what we want
195
if (
196
+ fullTrace &&
197
fullTrace.transforms &&
198
!fullTrace.transforms.some(t => ['moving-average', 'fits'].includes(t.type)) &&
199
!props.fullDataArrayPosition
0 commit comments