6

I want to put some charts on Superset dashboard. The layout I want is like this:

 ____________________
|          |         |
|          |    B    |
|    A     |_________|
|          |         |
|          |    C    |
|__________|_________|

A is a chart with some main info and B and C are details of it. The problem is if I put B as it is then C cannot be put below B and will form a completely new row. I tried to achieve this form with an empty row or column or separator and no luck yet.

TylerH
  • 20,799
  • 66
  • 75
  • 101
Hessam
  • 1,377
  • 1
  • 23
  • 45
  • I'm voting to close this question as it's not about using Superset as a user rather than a programming question/problem. – TylerH Nov 02 '22 at 20:05

1 Answers1

12

Try following these steps and see if it works:

  1. Add an empty row
  2. Add two empty columns in it
  3. Add two empty rows on the right column
  4. Add charts into desired cells.
  5. Adjust width and height.

empty rows

Polor Beer
  • 1,814
  • 1
  • 19
  • 18