iframe widget not centering graph image by default
0
Hello, I am trying to load a neovis graph in my app’s iframe widget. No matter what i do or configure, the graph always gets pushed to the upper left upon initial load of the iframe. After I reposition the graph successive loading of the graph is positioned in the last placed position; manually moved to center. When I put the graph in a generic iframe on a web page the graph is properly centered. I’ve tried loading a Vis.js graph and a D3 graph in the mendix iframe widge and I see the same behavior on initial load (positioned upper left). How can I make the iframe widget center the graph on load? Can anyone help me with this?