Hello! I am hoping someone can help point me in the right direction. I am creating a data dashboard and I want the layout to look like this:
(The map, as well as all the charts, will be drawn using d3)
My question is: how do I create the correct grid layout in order to be able to have a map in the middle and 4 charts on either corner? I am using bootstrap’s container
, row
, col-xx-xx
code. But I am not sure how to make it work in this case.
Thank you in advance.