Hi All,
I'm trying to build a page in which I should put 3 charts side by side
so I have one region on the top called search and it's 100% of the page, then below I have 3 chart one below the other
As soon as I try to set "start new row" = no, the chart below the first goes beside it but the search region shrink and become of the width of the first chart

As a workaround I have put the charts inside a region that I have created and this will give the following result:

This is good but now the problem is that I can't make them shrink when i switch to a smaller screen perhaps
What I do usually is to add a CSS rule to the chart and set the width in %
Perhaps If I create a single chart and I assign to it a rule that set its width = 100% , I can even make the browser smaller and the chart will resize accordingly
Having the 3 charts beside doesn't work and I can't see why
Does anyone know what could it be ?
Thank you very much !