-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Unexpected initial layout with DataTable and layout() #5131
Comments
Thanks for the report and your patience @ababino. |
We also have seen intermittent unexpected behavior when moving the browser window across screens. In our case the bokeh doc loads fine, but when moving the browser across screens, the graph disappears. Reloading the document was our fix :) Using Windows 7 (64-bit) |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Dear all,
thanks for this marvelous library! I have written a small dashboard to follow some processes. The dashboard consists of three tables that I render with the layout() function. The problem is that the initial layout has the wrong width making the tables overlap each other.
After moving the browser's window (with the mouse I mean) the elements re-accommodate and they layout as I expected.
In order to reproduce the behavior I saved the code below and I run
bokeh serve test.py
test.py file:
The output of
bokeh info
isPython version : 2.7.11 |Anaconda 4.0.0 (64-bit)| (default, Dec 6 2015, 18:08:32)
IPython version : 4.1.2
Bokeh version : 0.12.2
BokehJS static path : /home/andres/anaconda2/lib/python2.7/site-packages/bokeh/server/static
Thanks again
The text was updated successfully, but these errors were encountered: