cancel
Showing results for 
Search instead for 
Did you mean: 

How to Display multiple donut chart on one page

Former Member
0 Kudos

Hi,

I have a dashboard page where i  have to display six donut carts. First row will display 3 charts and 2nd row will display 3 charts.

In the explored URL:

It shows only one chart can be displayed on one page.

Could someone provide solution? Can we do it or not using SAPUI5 vizframe?

Regards

Subodh

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member196805
Contributor
0 Kudos

The point here is which grid/container/table control you wish to act as container of vizFrame. There are various of control could become a 2 by 3 table. Once you have choose the right control, you just place 6 vizFrames into the cell.

I have a sample here JS Bin - Collaborative JavaScript Debugging which uses MatrixLayout.

Former Member
0 Kudos

It is possible just set height and width..

JS Bin - Collaborative JavaScript Debugging