2amigos / yii2-chartjs-widget

ChartJs Widget For Yii2
https://2amigos.us
Other
109 stars 67 forks source link

"Failed to create chart: can't acquire context from the given item" error when used in pjax container #55

Closed cccaballero closed 1 year ago

cccaballero commented 1 year ago

Hi, Im getting a "Failed to create chart: can't acquire context from the given item" error when using the widget in a pjax container, when the container is refreshed the error appears. This is happening in Firefox, in Chrome works ok.

cccaballero commented 1 year ago

Solved. The issue was not browser related, sometimes the same id was generated for the chart as for another page element when loaded via pjax, setting a custom id for the chart widget solved the problem