I am trying to create a page with n by m identically sized graphs. I can create n by 2 but as soon as I add more columns, the graphs start to overlap and/or get pushed into the next row.
The way I am placing charts next to each other is by giving them the layout ‘display’: ‘inline-block’ and making them children of the same parent. So for one row I would have
I changed the width parameters giving it either %values that would aggregate to less than 100 or absolute values that would be less than the width of the container, but none of that fixed the overlapping
thanks for your reply. When I use your example (and close the missing braces at the end of the line of figure 1 and figure n, it spaces out the columns
However the figures themselves are squashed together completely. Essentially, only the y axis is displayed. I can extend them again by setting figure width to values > 100%, however, they will overlap again when they are fully displayed