kurkle / chartjs-chart-treemap

Chart.js module for creating treemap charts
MIT License
139 stars 34 forks source link

Not able to show tooltip for treemap and getting Cannot read properties of undefined (reading 'call') #235

Open kailashkumarp opened 8 months ago

kailashkumarp commented 8 months ago

Hi All,

I am not able to show tooltip with chartjs-chart-treemap , getting below errors on mouse over

TypeError: Cannot read properties of undefined (reading 'call') at gn._positionChanged (255.1e5936cb97f942ec.js:1:175779) at gn.handleEvent (255.1e5936cb97f942ec.js:1:175366) at Object.afterEvent (255.1e5936cb97f942ec.js:1:176414) at q (255.1e5936cb97f942ec.js:1:1670) at fc._notify (255.1e5936cb97f942ec.js:1:109400) at fc.notify (255.1e5936cb97f942ec.js:1:109221) at Bt.notifyPlugins (255.1e5936cb97f942ec.js:1:127824) at Bt._eventHandler (255.1e5936cb97f942ec.js:1:128475) at s (255.1e5936cb97f942ec.js:1:126367) at Bt. (255.1e5936cb97f942ec.js:1:83524)

Thanks, Kailash