-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
plotly interfering with other controls that may be using off screen realestate #393
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
Comments
Without more details of what the issue is, we likely won't be able to remedy it. If/when you can reproduce the issue, post a link to a working example (jsbin/codepen or the like) and we'll take a look. |
I've created a plunker to display what's going on though I can't reproduce http://plnkr.co/edit/xNLXcglEIA8Q9dgAjnb8?p=preview after pressing the search button in my application the plotly constructor Sincerely Justin Sunseri On Tue, Apr 5, 2016 at 9:59 AM, Miklos Tusz [email protected]
|
Are you still experiencing this issue? |
If you want I can replace my modified version of plotly.js with the the Sincerely Justin Sunseri On Wed, Apr 20, 2016 at 9:35 AM, Miklos Tusz [email protected]
|
Please do. If the issue cannot be recreated, we will close this issue. |
It looks like with the 1.9 release we are in the clear. Did you guys make Sincerely Justin Sunseri On Wed, Apr 20, 2016 at 9:40 AM, Miklos Tusz [email protected]
|
Nope. Nothing done for this issue. |
sorry to do this but it is still broken Before: [image: Inline image 2] After: Maybe the size of the window has something to do with it? Sincerely Justin Sunseri On Wed, Apr 20, 2016 at 11:23 AM, Miklos Tusz [email protected]
|
In the future, please respond directly on Github. Email replies pollute the issue with unnecessary text and things like images will not display. We will not be able to do anything for this issue without concrete information e.g. what the element is, what classes the elements have, and what your plot is doing. As this seems to be a problem specific to your usage of plotly.js and no an issue with the library, I will point you in the direction of the plotly forums for further support. |
I tried to help |
I had an issue where once i called the plotly constructor and the graph is drawn then a few of my angular ui bootstrap based calendar controls completely disappeared. I never had a problem with it in the past and it is still not a problem in IE but when working in Chrome the issue began to pop up. After modifying the drawing.makeTester function it began to work without interfering with my other controls. making the left and top properties below even greater into negative space seemed to solve the problem. I'm not an expert on what's going on in this function but it was causing me a lot of trouble. I wish I could reproduce the issue for you but i can't even reproduce the issue for myself right now.
The text was updated successfully, but these errors were encountered: