Hi,
When making use of the Accumulation Chart control, I have noticed that it leaves behind an element at the end of the DOM.
'<text id="chartmeasuretext" style="position: absolute; font-size: 11px; font-weight: 600; font-style: normal; font-family: "Segoe UI"; visibility: hidden; left: 0px; white-space: nowrap; line-height: normal;">5% (77)</text>'
When I initially tried to workaround the issue and suppress the element I noticed that it affected the placement of text on my chart. I suspect this element is used by the control to calculate the positioning of the text on the control. Currently, it seems to fail to remove the element from the DOM once it has completed it's task.
I have attached an image showing the offending element.
Any suggestions on working around this issue? It is currently affecting the layout of my application.
Best regards
Daniel Williams
Attachment:
AccumulationChartIssue_8f9ba772.zip