Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

We've captured the moments from FabCon & SQLCon that everyone is talking about, and we are bringing them to the community, live and on-demand. Starts on April 14th. Register now

Reply
mehul2010
Frequent Visitor

How to solve rendering problem when data points are very large?

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 DraggingBefore DraggingAfter DraggingAfter 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

 

1 ACCEPTED SOLUTION
v-viig
Community Champion
Community Champion

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

pbicvsupport@microsoft.com

View solution in original post

2 REPLIES 2
mehul2010
Frequent Visitor

 

Problem:

 

 

Desired Output:

v-viig
Community Champion
Community Champion

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

pbicvsupport@microsoft.com

Helpful resources

Announcements
New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

March Power BI Update Carousel

Power BI Community Update - March 2026

Check out the March 2026 Power BI update to learn about new features.