hisenberg1
hisenberg1
I'm having the same problem. For now, I added "margin-bottom:300px;" to the last element of my accordion section.
I'm also having the same problem with chartJS 2.6. When I examine the console while hovering the mouse over the funnel, I a series of the this same error. Here...
Update: I changed /chart.funnel.min.js to /chart.funnel.bundled.js and now the tooltips work. The bundled version appears to load the older version of Chart.js which just confirms the conflict in the new...
SOLVED: Add the following to the end of the chart.funnel.js (chart.funnel.min.js) at the end of the file right before tooltipPosition: function() {... ``` getCenterPoint: function () { var vm =...