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

Fix bug with ScalaFX window sometimes being blank #4

Open
aishfenton opened this issue May 12, 2016 · 3 comments
Open

Fix bug with ScalaFX window sometimes being blank #4

aishfenton opened this issue May 12, 2016 · 3 comments
Assignees
Milestone

Comments

@aishfenton
Copy link
Member

Sometimes window renderer comes up with a blank window. Needs more work in general on lifecycle of window. Not sure if it's done right.

@aishfenton aishfenton added this to the 1.0 release milestone May 12, 2016
@aishfenton aishfenton self-assigned this May 12, 2016
@aishfenton aishfenton modified the milestones: 1.1 Milestone, 1.0 release Oct 12, 2016
@skattoor
Copy link

I have this problem when, if I understand correctly, I attempt to plot too many series onto the same graph. For example temperatures over time for 100+ cities. Is it related ? Or am I doing it wrong ?

@aishfenton
Copy link
Member Author

Might be related, not sure yet. Do you have some code that reproduces it?

@thimmy687
Copy link

maybe it is related to this issue,

My proxy is blocking some calls, so is for example in this file, https://github.com/vegas-viz/Vegas/blob/master/core/src/main/scala/vegas/render/StaticHTMLRenderer.scala

In line 35 "vg"not available.

maybe it is possible to add this resources as local file instead of load it everytime

see here line 24: https://github.com/vegas-viz/Vegas/blob/master/core/src/test/scala/vegas/util/WebGenerators.scala

and here: https://github.com/vegas-viz/Vegas/blob/master/core/src/main/scala/vegas/render/BaseHTMLRenderer.scala

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

No branches or pull requests

3 participants