Forum Discussion
Manchaary
1 year agoFrequent Visitor
Extra Updates Triggered in Custom Visual After Resize in Power BI Embedded (React)
I have a custom visual that uses an infinite loader and dataReductionAlgorithm to load data segments on scroll. In the update method of my Visual class, I handle Create, Segment, and Resize (includin...
Manchaary
1 year agoFrequent Visitor
Hey Liu Yang! Thanks for the reply!
I tried logging report events and the only event that get's triggered after resize is "rendered".
I added "report.off("rendered")" to see if it will help. But Visual still will trigger extra update after resize.
Here is a screenshot where you can see that "Create and Data" update type was triggered right after "ResizeEnd" with a delay of 12MS