Inconsistent display across browsers

I have a Perspective ‘View’ which shows 6 charts (3 x 2 charts in ‘column’ Flex Containers with shrink and grow = 1). When viewing in Chrome, the charts are ‘squashed’, whereas in Firefox, they appear as expected. Why is the resizing behaviour changing across browsers?

In Chrome:

In Firefox:

I had this happen to me. I don’t know why, but it was fixed by putting each XY Chart in a Coordinate container that fills the flex container (with the XY Chart set to location (0,0) and size 100% by 100% within the coordinate container)

Here’s an example of my setup in the view:

image

Hope this works for you too

1 Like