Make charts responsive

Charts are awesome, but it would be nice if the dashboard would be responsive. New charts should overlfow to next row if there isn’t available width. More over some charts should shrink accordingly to the viewports width. A simple flexbox wrap would solve the dashboard responsiveness. However for each charts that may be a bit more technical.

1 Like

I am having the same issue. Is there a solution to it?

me too… i have the same issue here… anyone found any solution?

are there solutions about this?

@Subin_Viju @Ariana_Daka did you find a solution?

Any updates on this?

Am also having the same problem

When a dashboard is rendered in the main Charts app, there is no responsive behaviour.
If you embed a dashboard, you can choose to have it scale on either the width or height. You can see an example of this behaviour here.

If you want to control the layout of multiple charts, you could embed them individually and implement your own layout logic.

1 Like

(in reply to Tom about loading in individual charts instead of the entire dashboard) this is what we ended up doing and it works pretty well.

1 Like