10000
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.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
9c2be8d
c9711dc
bd61c54
b1911b3
35d501d
a8fb653
6e19c6e
4e8ff28
c75cda8
8f23ef5
a326778
138a84f
1c40947
026cd53
1cdc36b
There was a problem hiding this comment.
The reason will be displayed to describe this comment to others. Learn more.
you're confident we always send an array to expand? I guess in principle if we don't have a required array the trace will be set visible: false...
expand
visible: false
Sorry, something went wrong.
Yes, expand is only called from trace module calc or setPosition or component calcAutorange which are skipped for visible: false traces / component items.
calc
setPosition
calcAutorange
I thought removing that if(!data) return; was a nice way to make sure expand is only called when needed.
if(!data) return;