Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add migration note for removal of Document.resize() #6287

Closed
mattpap opened this issue May 15, 2017 · 3 comments · Fixed by #6384
Closed

Add migration note for removal of Document.resize() #6287

mattpap opened this issue May 15, 2017 · 3 comments · Fixed by #6384

Comments

@mattpap
Copy link
Contributor

mattpap commented May 15, 2017

Apparently this was advertised and needs a replacement. This is a follow up on PR #5976.

@bryevdv
Copy link
Member

bryevdv commented Jun 5, 2017

@mattpap what is the status of this / what is the proper guidance for anyone that was using it?

@mattpap
Copy link
Contributor Author

mattpap commented Jun 5, 2017

@bryevdv, I didn't write this yet. One should use view.resize() instead, or

for (var view_id in Bokeh.index) {
   Bokeh.index[view_id].resize()
}

@mattpap
Copy link
Contributor Author

mattpap commented Jun 7, 2017

I added a note in PR #6384.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants