cancel
Showing results for 
Search instead for 
Did you mean: 

Changing behavior of viz:Popover

Former Member
0 Kudos

Hi, I'm very new at SapUi5. So, I apologize if I asked in wrong place in advance. In this site https://sapui5.hana.ondemand.com/sdk/explored.html#/sample/sap.viz.sample.Bar/preview

there is an popover usage example with vizFrame. Whenever we click the vizFrame popover shows just some dimensions and measures properties through below code.

in xml view:

<viz:Popover id="idPopOver"></viz:Popover>



in controller:

oPopOver.connect(oVizFrame.getVizUid());

My problem is I want to add some mini charts in popover. For this purpose I added below code to popover but it didn't work.


<viz:Popover id="idPopOver">

     <NumericContent size="S" value="65.5" scale="MM" valueColor="Good" indicator="Up" state="Loaded" class="marginTopLeft" press="press"/>

</viz:Popover>


Thank you for your response in advance.

Accepted Solutions (0)

Answers (1)

Answers (1)

0 Kudos

Hi Melih,

I will move this Discussion to the UI5 Developer Center space.

Best regards,

Michael

SCN Moderator