cancel
Showing results for 
Search instead for 
Did you mean: 

UI5 timeline implementation

Former Member
0 Kudos

Hi All,

I am trying to implement Timeline using ui5 controls.

But my requirement is data should be on both the sides of the Timeline. I mean alignment should both left and right (alternatively)

Please let me know how to achieve this functionality.

Thanks and regards.

Abhishek Bajaj.

Accepted Solutions (1)

Accepted Solutions (1)

saivellanki
Active Contributor
0 Kudos

Hi Abhishek,

Use a HBox and place two time lines in items aggregation and set the property of justifyContent to 'SpaceBetween'. Check this Sample: Plunker

Regards,

Sai Vellanki.

Former Member
0 Kudos

Hi Sai,

Thanks for your reply.
But your implementation have 2 timeline graphs.

I am looking for a timeline implementation which has 1 timeline and node on either side of the timeline (alternate - Left & Right).

Thanks & regards,

Abhishek Bajaj.

Answers (2)

Answers (2)

Former Member
0 Kudos

Dear All,

Can anyone help me out to implement this particular timeline in UI5.

Find attached the image of timeline

Thank and regards,

Abhishek Bajaj.

Former Member
0 Kudos

Hi All,

Got the solution for it.
As suggested by SAI we can use 2 timeline in a HBox, and using CSS we can hide the timeline.

Thanks & Regards,

Abhishek Bajaj.

former_member182862
Active Contributor
0 Kudos

Hi Abhishek

Can you please mark Sai's answer as correct ? so we have a closure to this thread.

Thanks

Dennis (Moderator)