Updating only a certain element in Y-axis

I know we can make use of
scheduler.updateCollection( ‘sections’, );

to refresh full y-axis, but if I have to update only a specific element in y-axis, how do I do that.

I tried using a reduced value but then using that with updateCollection returned me only that list, while I wanted to keep the full y-axis list as it is, but only update few elements, as I do not want to refresh the full y-axis.

Is it possible?

Hello @ash0602 ,

Unfortunately, the updateCollection is the only method to update timeline sections, and there is no built-in way to change a single one

Thanks @Siarhei for your help!:+1: