You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the advanced tutorial, when creating the custom histogram class in HistogramModel.js file, creating chart variable and defining it as constant promps issues with the reset method, as the reset method tries to change the chart variable by creating a new Chart object.
That reset code in the advanced tutorial seems outdated. The reset in the actual implementation in library has been changed in this commit. It's unclear how the change fixed the supposed bug.
In the advanced tutorial, when creating the custom histogram class in HistogramModel.js file, creating chart variable and defining it as constant promps issues with the reset method, as the reset method tries to change the chart variable by creating a new Chart object.
https://mesa.readthedocs.io/en/latest/tutorials/adv_tutorial.html#id5
The text was updated successfully, but these errors were encountered: