Project upload stops working if chart has 20k DOM elements

Project upload stops working if chart has too many DOM elements

Hi Nikolay, I wonder what is “too many”? Can you give a reproducible example, or point to your package?

I’m assuming it’s an SVG, D3-based sunburst chart? Generally, it is not well suited for displaying tens of thousands of elements, since indeed each element becomes a DOM element - but we can take a closer look.

https://dev.datagrok.ai/p/nikolayseliverstovarcadiaspbru.visitsequences_1/visit-sequences

Select Category 6 in the last selector and try to upload the project

@alex.paramonov can describe the problem better.

I took a look,
indeed, there is elements enumeration we can avoid.
I made a fix, it will be on dev in an hour.

2 Likes