helix-website icon indicating copy to clipboard operation
helix-website copied to clipboard

feat(rum-oversight): split draw from loadData

Open karlpauls opened this issue 6 months ago • 2 comments

Currently, the loadData method is calling draw at the end. This causes some duplicated call to the draw method of the chart - it doesn't really seem to be a performance problem (nor cause other issues) but it seems it would make some sense to move the draw call out of loadData and invoke it explicitly when needed.

Test: https://slicerdraw--helix-website--karlpauls.hlx.page/tools/oversight/explorer.html?domain=aem.live&domainkey=

karlpauls avatar Aug 14 '24 11:08 karlpauls