Hello,
I am trying to create multiple stacked area charts on one page and to show a custom tooltip by editing the toolTipContent attribute of the data. Unfortunately, the page breaks as soon as you mouse over a few points. I tried to then simplify it and just have a single chart on the page and see if perhaps it would work with just one. Unfortunately, it still breaks. See this jsfiddle (https://jsfiddle.net/npshannon/m03b67q5/) which replicates the style of tooltip I was creating. After you mouse over a few points, you will see the page stop responding and will eventually need to kill it. This was tested in Chrome, Edge, and FireFox.
Is this a memory limitation because I’m using a custom tooltip across multiple sets of data? Please advise.
Thank you