cancel
Showing results for 
Search instead for 
Did you mean: 

based on chart selection can we highlight or zoom in and zoom out other chart in Lumira 2.1

anshul_bhatt
Explorer
0 Kudos

Hi Community,

I have two charts , will it be possible

based on chart selection or text box (any component) can we highlight or zoom in and zoom out other chart in Lumira 2.1.

Accepted Solutions (0)

Answers (3)

Answers (3)

0 Kudos

Hello,

Please check my "new" blog (for Maximize/Minimize containers in Lumira 2.x) which use a simple “nice trick” that is based on panel property named:

.move component(component)

https://blogs.sap.com/2019/01/24/maximize-minimize-container-in-lumira-designer-2.x-w-adaptive-layou...

Regards,

Ahmad

former_member234401
Active Participant
0 Kudos

Hi

Ahmad Abdelrahim has made a very good post regarding this

https://blogs.sap.com/2017/12/10/minimize-maximize-panel-container-in-lumira-designer-design-studio/

Before you can use this 100% - you need to do the CSS investigation in the browser (I prefer Chrome and use F12)

Not all __row __cell has the same structure, especially if you use more than one grid in your application

Br

René

arijit_das
Active Contributor
0 Kudos

You can use setHeight & setWidth methods to dynamically resize(zoom in or out) a component. To highlight, you can use a different css class which can be applied dynamically using setCSSClass method.