Piotr Goławski
Piotr Goławski
You can pass on-item-click="filtersChanged(data)", and save in the list.
So is that possible to catch last clicked element in event?
Hi guys, I need that, well... for sure not only me. Will you be merging that?
> > Hi guys, I need that, well... for sure not only me. Will you be merging that? > > This PR is incomplete and requests for changes. I will...
Bump. Hello, I really need this one, do you have any idea? :)
I found ugly AF solution ```javascript new MutationObserver(() => { const countryTooltip = document.getElementsByClassName('amcharts-balloon-div').item(0); if (countryTooltip) { console.log('countryTooltip', countryTooltip.textContent) return; } }).observe(document, { childList: true, subtree: true }); ```
Bump. Do you have better one?
Heeeeeeeeey
Thank you for not answering on my sentence.
I have same issue, did you fixed that?