Multiple charts in a tab

Hi,

How can I attach more charts in a tab?

var chart = tabbar.cells("tabDashboard").attachChart(chartConfig); // returns chart object

I attached one, but I need 4 different charts in a tab

Hi
You can attach a grid of 4 simple divs and attach charts in these divs or you can create such grid of layout cells. But remember that you can’t create such layout pattern as cross - you need to nest i.e. 2U in 3T pattern.

Thank you! it was really helpful. I used the layout cells!

You are welcome!