Open stratasy opened 3 years ago
Just an update: Rolling back to 1.8 fixes this issue, so it might have something to do with the PR @bry-an put out. Obviously rolling this back reintroduces the issue described here: https://github.com/himynameisdave/svelte-frappe-charts/issues/44
Any followup on this? Im also able to replicate by simply copying the code mentioned in the issue in an component. Rolling back to 1.8 did not fixed it for me
Hi, any update? I'm facing the same issue
Facing a similar issue
removing the isNavigable
property removes the error (with just the event assigned), but without that property, no event would fire, I just pasted the Chart Navigation example on the ReadMe
When copying and pasting the code for the navigable bar chart:
I am getting these errors:
Uncaught TypeError: Cannot read property 'nodeName' of undefined
andUncaught TypeError: Cannot read property 'parentNode' of undefined