Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowJuly 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss your chance! Learn more
I am trying to build a custom visual which contains nearly 20,000 data points in it. So my problem is when I resize or drag the report, all the points get distorted while displaying.
So, I want to capture the resizing event of a report and, it should stop rendering when I am resizing the report and once done resizing or dragging then display the chart again.
Current Problem:
Is there any way I can reduce the lag or drag it smoothly. I can also stop rendering during resizing which is done in the second video.
Problem :
https://drive.google.com/file/d/13CiqdfEdU-9dlQ5SJ72eMWQabkfwZGiU/view?usp=sharing
Before Dragging
After Dragging
Desired Output:
The similar output which is in the video below is expected. Is it possible to capture the resizing so that I can stop rendering during that time? I am new to custom visual so if possible help me with the code.
https://drive.google.com/file/d/17_W4BfAQtKEzdzbfQ1STBhhgdQ_Jb16f/view?usp=sharing
Any small help will be appreciated.
Thank you
Solved! Go to Solution.
Yes, it's possible to detect a resize event by checking type.
However, we would rather recommend you should use d3's enter-exit-remove flow to prevent your code from creating new DOM elements for each update.
Ignat Vilesov,
Software Engineer
Microsoft Power BI Custom Visuals
Problem:
Desired Output:
Yes, it's possible to detect a resize event by checking type.
However, we would rather recommend you should use d3's enter-exit-remove flow to prevent your code from creating new DOM elements for each update.
Ignat Vilesov,
Software Engineer
Microsoft Power BI Custom Visuals
Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.
If you love stickers, then you will definitely want to check out our community sticker challenge, Barcelona edition!
Check out the July 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 |