cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

How to show icons in a field of Gantt Chart?

mustafa_74199
Participant

Accepted Solutions (0)

Answers (1)

Answers (1)

ThorstenHoefer
Active Contributor
0 Likes

Hi Mustafa,

you can include an image in the gantt chart.

Please have a look to this example:

Shapes - Samples - Demo Kit - SAPUI5 SDK (ondemand.com)

						<gch2:images>
							<BaseImage time="{path: 'startTime', formatter: '.fnTimeConverter'}"
									   endTime="{path: 'endTime', formatter: '.fnTimeConverter'}"
									   src="{path: 'src', formatter: '.fnPrefixImg'}"/>
						</gch2:images>
mustafa_74199
Participant
0 Likes

Hi Thorsten,

Many thanks for the answer. I will look into the link you gave.

Regards.