Vegas icon indicating copy to clipboard operation
Vegas copied to clipboard

Fix bug with ScalaFX window sometimes being blank

Open aishfenton opened this issue 8 years ago • 3 comments

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 avatar May 12 '16 16:05 aishfenton

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 ?

skattoor avatar May 23 '17 13:05 skattoor

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

aishfenton avatar May 23 '17 16:05 aishfenton

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

thimmy687 avatar Jul 09 '18 06:07 thimmy687